All Projects

ID Project Category Task Type Severity Summary Status Progress  desc
 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.

 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.

 9 ajax-proxyservletBug ReportMedium Multiple simultaneous requests get lost Closed
100%
Task Description

When multiple AjaxProxyXMLHttpRequests are running at the same time, some of them seem to get lost. This happens very often in all browsers except Firefox.

 39 FacilMapNamefinderBug ReportMedium Abort namefinder loading in autocomplete Closed
100%
Task Description

When calling OpenLayers.cdauth.NameFinder._closeAutoSuggest(), not only the timeout for connecting to the namefinder has to be aborted but also the actual loading (execution of NameFinder.find()). Otherwise the autosuggest box might open even though the focus is not in the input field anymore.

 40 FacilMapprototypesBug ReportMedium Split up files and use build tool Closed
100%
Task Description

As soon as the routing and the master branch are merged again, split up prototypes.js into one file per class and use a build tool.

 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.

 67 FacilMapprototypesBug ReportMedium Error when embedding FacilMap into an HTML page without ...Closed
100%
Task Description

The error is in FacilMap.Util.addCSSRule() as document.styleSheets[0] is not defined.

 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.

 10 FacilMapCoordinateGridBug ReportLow Coordinate grid lines disappear Closed
100%
Task Description

With high zoom levels and in south-eastern positions, the coordinate grid lines disappear reproducably. This could perhaps be caused by a bug in OpenLayers. The coordinate numbers are still displayed, though.

 11 FacilMapprototypesFeature RequestLow Extend OpenStreetBugs API to use cdauth’s map Markers Closed
100%
Task Description

The OpenStreetBugs Markers layer should have the same features as the Markers layer from cdauth’s map:
* Save popup visibility in URL hash part
* Enable transparency

 14 FacilMapRoutingBug ReportLow Map not draggable after adding routing via-points Closed
100%
Task Description

Sometimes the map is not draggable anymore after adding routing Via points.

 15 FacilMapRoutingFeature RequestLow Remove routing via points using double click Closed
100%
Task Description

Remove routing via points using double click

 16 FacilMapRoutingBug ReportLow Route hovering does not work at high zoom levels Closed
100%
Task Description

The distance of the mouse cursor to the route is measured by calculating the distance to the next node. On high zoom levels, it is not properly possible to hover the route as the mouse cursor is usually positioned near the connection of two nodes, not the nodes themselves. This makes creating new via points very hard.

 17 FacilMapRoutingFeature RequestLow Switch to YOURS 1.0 instead of dev Closed
100%
Task Description

The dev version does not throw errors on high server load. It is currently being used for testing reasons.

 18 FacilMapRoutingFeature RequestLow Add routing support Closed
100%
Task Description

Routing support should be merged into the master branch once all bugs have been fixed and the features have been tested in all major browsers.

 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.

 22 FacilMapRoutingFeature RequestLow Add MapQuest routing provider including Optimise Route  ...Closed
100%
Task Description

See http://open.mapquestapi.com/directions/. Add an "Optimise route" or "Reorder route points" button.

 23 FacilMapRoutingBug ReportLow Route not displayed in Internet Explorer 7 Closed
100%
Task Description

Line: 1681
Char: 6
Error: Object doesn't support this property or method

 24 FacilMapfacilmap.orgFeature RequestLow Improve handling of multiple results in namefinder Closed
100%
Task Description

When searching for a place, suggest places of that name in the text input field while typing. Only zoom to this search result, do not show any other search results.

Keep current behaviour in routing branch when searching for POIs like defined in http://wiki.openstreetmap.org/wiki/Nominatim/Special_Phrases. Do not open any popups and zoom out to see all search results.

 26 FacilMapprototypesFeature RequestLow Asynchronously load Layer JavaScript requirements Closed
100%
 27 FacilMapRoutingBug ReportLow Cannot drag route points in Internet Explorer Closed
100%
 28 FacilMapLayersBug ReportLow allloadend event does not work properly Closed
100%
 47 FacilMapRoutingFeature RequestLow Show elevation profile from MapQuest Closed
100%
 51 FacilMapNamefinderBug ReportLow Only open autocomplete when something was actually type ...Closed
100%
 52 FacilMapfacilmap.orgFeature RequestLow Show progress bar on page loading Closed
100%
 55 FacilMapfacilmap.orgFeature RequestLow Redirect from www.facilmap.org to facilmap.org Closed
100%
 56 FacilMapprototypesFeature RequestLow Intervene page scrolling when using KeyboardDefaults Closed
100%
 57 FacilMapLayersFeature RequestLow Add new layer for OpenLinkMap Closed
100%
 58 FacilMapRoutingBug ReportLow Fix z-index of routing layer Closed
100%
 21 FacilMapRoutingFeature RequestVery Low cursor:pointer when hovering route to move it Closed
100%
12FacilMapMarkersFeature RequestLowMore generic saving of Markers popup visibility in Perm...Assigned
0%
13FacilMapprototypesFeature RequestLowOverload destroy() methodsAssigned
0%
25FacilMapMarkersFeature RequestLowDisplay OSM element information in popupsAssigned
0%
41FacilMapRoutingFeature RequestLowShow routing directives with MapQuestAssigned
0%
42FacilMapNamefinderFeature RequestLowSwitch to MapQuest Nominatim v2Researching
0%
49FacilMapfacilmap.orgFeature RequestLowDraggable route start and end in search input fieldsAssigned
0%
50FacilMapfacilmap.orgBug ReportLowUnexpected behaviour in GeoSearchAssigned
0%
59FacilMapLayersFeature RequestLowAdd OpenSeaMap layerAssigned
0%
63osmrmhvlibFeature RequestLowAsynchonous APIAssigned
0%
8osmrmhvosmhvBug ReportVery LowRe-adding of a segment to a relation shows wrong author...Assigned
0%
Showing tasks 1 - 46 of 46 Page 1 of 1

Available keyboard shortcuts

Tasklist

Task Details

Task Editing