osmrmhv

http://gitorious.org/osmrmhv

ID Project Category Task Type Severity  desc Summary Status Progress
 71 osmrmhvosmhvBug ReportCritical osmhv map broken Closed
100%
Task Description

The map of the OSM History Viewer does not show because of JavaScript errors:

Fehler: b is undefined
Quelldatei: http://www.openlayers.org/api/OpenLayers.js
Zeile: 59

Fehler: FacilMap.Map is not a constructor
Quelldatei: http://osmhv.openstreetmap.de/changeset.jsp?id=12156521
Zeile: 202

I guess this is because OpenLayers 2.12 has been released and published under openlayers.org/api/:
https://github.com/openlayers/openlayers/blob/master/notes/2.12.md

A quick fix would be to use the old 2.11 API:
http://www.openlayers.org/api/2.11/OpenLayers.js

 80 osmrmhvosmhvBug ReportCritical 503 Service Temporarily Unavailable since some days Closed
100%
Task Description

http://osmhv.openstreetmap.de/ fails with "503 Service Temporarily Unavailable" since some days. Please bring this very very useful tool (should be integrated in osm.org's changeset view) back online! :-)

92osmrmhvosmhvBug ReportCriticalhttp://osmhv.openstreetmap.de/ is timing-out and unreac...Unconfirmed
0%
Task Description

http://osmhv.openstreetmap.de/ has been failing with the error: "The connection to the server was reset while the page was loading." for at least the last few days. Everything else on openstreetmap.de seems to be working.

 60 osmrmhvunknownBug ReportHigh Map not shown anymore Closed
100%
Task Description

The changes of a changeset can't be shown one the map. Maybe there is a problem with OpenLayers? There is no zoom activated so I only see a white map:

http://img836.imageshack.us/img836/6908/bild167.png

 62 osmrmhvosmhvBug ReportHigh processes stopped at osmhv Closed
100%
Task Description

It seems that osmhv doesn't process any requests anymore. The queue stays the same since 3rd March (see http://forum.openstreetmap.org/viewtopic.php?pid=146416#p146416).

Thanks :)

 64 osmrmhvwebFeature RequestHigh Time limit for requests Closed
100%
Task Description

Sometimes, the analysation of too large objects is requested. They don’t fit into memory, which causes osmrmhv to re-fetch loads of objects from the API. To temporarily avoid that (until #63 is implemented), implement a time limit for requests that kills an analysation once it lasted for 10 minutes.

 72 osmrmhvosmhvBug ReportHigh NumberFormatException in OSM History Viewer Closed
100%
Task Description

OSMHV shows the following exception for the analysis of changeset 12762910 (maybe for others as well):

http://osmhv.openstreetmap.de/changeset.jsp?id=12762910

This analysation was created on 2012-08-20T10:25:14Z.

java.lang.NumberFormatException: empty String

The only thing that I can think of is that this changeset has an empty message.

 73 osmrmhvunknownBug ReportHigh Fatal error for changeset 9544626 Closed
100%
Task Description

Something about changeset 9544626 kills the history viewer.

It just says java.lang.NumberFormatException: empty String and produces nothing useful.

It is a valid changeset: http://www.openstreetmap.org/browse/changeset/9544626

87osmrmhvunknownBug ReportHighjava.lang.NullPointerExceptionUnconfirmed
0%
Task Description

http://osmhv.openstreetmap.de/changeset.jsp?id=21344911

gives

java.lang.NullPointerException

 88 osmrmhvunknownBug ReportHigh bugs.cdauth.eu has an invalid ssl certificate Closed
100%
Task Description

Current FF users receive by default

Secure Connection Failed

An error occurred during a connection to bugs.cdauth.eu. The OCSP server has no status for the certificate. (Error code: sec_error_ocsp_unknown_cert)

The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
Please contact the web site owners to inform them of this problem. Alternatively, use the command found in the help menu to report this broken site.

with no easy workaround.

 3 osmrmhvwebBug ReportMedium Properly remove whitespaces from JSP output Closed
100%
Task Description

White spaces have to be removed properly from the output of the JSP pages. For example the GPX output will not be valid XML else.

It will probably have to be configured in Maven that all %>\n are replaced by %> in the JSPs before they are compiled.

The replacement has to work together with maven-jspc-plugin.

 4 osmrmhvosmhvFeature RequestMedium Asynchronous user interface for History Viewer blame mo ...Closed
100%
Task Description

History Viewer takes very long time to analyse even small relations as it has to fetch the history of all ways and nodes.

Instead of having a long-loading page, the analysation should be started in the background. A static page should be cached that is available for 24 hours. The user should be redirected to that page immediately and it should reload itself frequently. There should be an option to open an alert box or to send an e-mail when the analysation is finished.

 7 osmrmhvosmrmBug ReportMedium Closed circle relations are not displayed in Route Mana ...Closed
100%
Task Description

Relations that consist of one segment that is a closed circle are not analysed properly in Route Manager.

Relation 375627 is an example.

 48 osmrmhvinterfaceFeature RequestMedium Clear cache on low memory Closed
100%
Task Description

When the memory runs low, drop items from the cache. Use SoftReferences for that.

 68 osmrmhvosmhvBug ReportMedium Does not show deleted way Closed
100%
Task Description

This was deleted: http://www.openstreetmap.org/browse/way/59826984

...but does not show up: http://osmhv.openstreetmap.de/changeset.jsp?id=9407526#lon=25.04075588;lat=60.23365456;zoom=16;layer=Mpnk

I'd expect it to appear red colored there.

 74 osmrmhvosmhvBug ReportMedium Map for changeset shows up empty Closed
100%
Task Description

The map for this changeset shows up completely blank: http://osmhv.openstreetmap.de/changeset.jsp?id=3126415
If there were no geometry changes, the map should show the area covered by the changed entities, with no green/red overlays (or at the very least, the map area should be replaced with an informative message so it doesn't look like a bug).

78osmrmhvosmhvBug ReportMediumThe remote nodes is not visible on the mapUnconfirmed
0%
Task Description

The remote node is added to the map as a line where the start and end of the match. As a result, it is not displayed. If the coordinates of the end of the line to add 0.000001, it will appear as a dot.

 84 osmrmhvosmhvBug ReportMedium osmhb backend apparently not working anymore - new requ ...Closed
100%
Task Description

just in case this is not yet "known":

http://osmhv.openstreetmap.de/ changeset.jsp?id=xxxxx

something is wrong with the backend, or someone is spamming/misusing it. There are currently 1890 requests waiting and it is decreasing only very slowly (about 2 in half an hour). Already processed old requests still work.

89osmrmhvunknownBug ReportMediumeu.cdauth.osm.lib.APIError: Server sent no data.Unconfirmed
0%
Task Description

Trying to see http://osmhv.openstreetmap.de/changeset.jsp?id=22395310 it' s displaying this error messagem:

eu.cdauth.osm.lib.APIError: Server sent no data.

 1 osmrmhvosmrmBug ReportLow Reload relation without cache Closed
100%
Task Description

Make it possible again in Route Manager to refresh a relation from the server without using the local cache.

 2 osmrmhvlibFeature RequestLow Cache geographical item containing relations Closed
100%
Task Description

Find a simple mechanism to cache the relations that contain a GeographicalItem. Currently, these are cached in the object itself, which is ineffective as objects are replaced regularly.

 5 osmrmhvosmhvFeature RequestLow Implement tag diff in History Viewer Closed
100%
Task Description

The tag diff that was previously available in the PHP version of OSM History Viewer should be implemented in the JSP version.

 6 osmrmhvosmrmFeature RequestLow Zoom to gap in Route Manager Closed
100%
Task Description

The distances to the next segment in the Route Manager segment table should be clickable to zoom to the gap between the two segments.

 19 osmrmhvunknownFeature RequestLow Switch to new JSP versions Closed
100%
Task Description

* Install the new versions on osm.cdauth.eu and remove the old PHP ones.
* Mark the repositories as deprecated on http://gitorious.org/osmrmhv
* Update the documentation on http://wiki.openstreetmap.org/wiki/OSM_Route_Manager, http://wiki.openstreetmap.org/wiki/OSM_History_Viewer and http://wiki.openstreetmap.org/wiki/DE:OSM_History_Viewer

 20 osmrmhvwebFeature RequestLow Redirect old PHP URLs Closed
100%
Task Description

Introduce some kind of redirect that replaces .php at the end of the URL with .jsp.

63osmrmhvlibFeature RequestLowAsynchonous APIAssigned
0%
65osmrmhvunknownBug ReportLowgpx.jps and disjunct polygonsAssigned
0%
69osmrmhvosmhvFeature RequestLowPlease make hovering to not open below but to right of ...Unconfirmed
0%
70osmrmhvosmrmFeature RequestLowchange gpx export from route to trackUnconfirmed
0%
 75 osmrmhvosmhvBug ReportLow NullPointerException for a specific changeset Closed
100%
 76 osmrmhvunknownBug ReportLow Diffs including redacted versions should default to the ...Closed
100%
 77 osmrmhvunknownBug ReportLow Timeout while attempting to render a diff Closed
100%
79osmrmhvunknownBug ReportLowIt seems the analysis can't be repeated, useful when th...Unconfirmed
0%
 83 osmrmhvunknownBug ReportLow Licence details Closed
100%
 85 osmrmhvinterfaceBug ReportLow "analysation" would be better translated as "analysis" Closed
100%
 86 osmrmhvosmhvBug ReportLow service seems to be broken somehow. Long queue, very sl ...Closed
100%
90osmrmhvunknownBug ReportLow Relation includes exclaves or enclaveUnconfirmed
0%
91osmrmhvunknownBug ReportLowRelation includes exclaves or enclavesUnconfirmed
0%
8osmrmhvosmhvBug ReportVery LowRe-adding of a segment to a relation shows wrong author...Assigned
0%
Showing tasks 1 - 39 of 39 Page 1 of 1

Available keyboard shortcuts

Tasklist

Task Details

Task Editing