All Projects

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

91osmrmhvunknownBug ReportLowRelation includes exclaves or enclavesUnconfirmed
0%
Task Description

OSM Route Manager fails, when Relation includes exclaves or enclaves. Example: http://osmrm.openstreetmap.de/relation.jsp?id=2083535 vs. http://www.openstreetmap.org/relation/2083535 (also: http://www.openstreetmap.org/relation/62743 or http://www.openstreetmap.org/relation/62408)

90osmrmhvunknownBug ReportLow Relation includes exclaves or enclaveUnconfirmed
0%
Task Description

OSM Route Manager fails, when Relation includes exclaves or enclaves. Example: http://osmrm.openstreetmap.de/relation.jsp?id=2083535 vs. http://www.openstreetmap.org/relation/2083535 (also: http://www.openstreetmap.org/relation/62743 or http://www.openstreetmap.org/relation/62408)

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.

87osmrmhvunknownBug ReportHighjava.lang.NullPointerExceptionUnconfirmed
0%
Task Description

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

gives

java.lang.NullPointerException

82FacilMapprototypesBug ReportMediumDisable creating bugs on OpenStreetBugs and usage of OS...Unconfirmed
0%
Task Description

Hi,

OSB bug creation has been disabled on the OSB homepage.
Other apps have disabled it too and switched to OS Notes.

Would be cool if could disable bug creation, too.
see also:
https://wiki.openstreetmap.org/wiki/Openstreetbug

Regards
Werner

81FacilMapLayersFeature RequestLowAdd "Notes" layer besides osmbugsUnconfirmed
0%
Task Description

Can you add a "Notes" Layer (http://wiki.openstreetmap.org/wiki/Notes) besides the OSMBugs Layer?
At the moment there is no easy way to work with both systems.

Off-topic:
Thanks a lot. You are doing great stuff. I use facilmap all the day and recommend it to others. Thank you.

79osmrmhvunknownBug ReportLowIt seems the analysis can't be repeated, useful when th...Unconfirmed
0%
Task Description

How to reproduce:
- analyse a (still open) changeset
- wait for the changeset to close
- after the changeset has been closed, analyse it again with osmhv

Result:
osmhv shows the former analysis while this should have been repeated since the changeset was not closed the first time, and new changes have been done.

(Thanks for this useful tool!)

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.

70osmrmhvosmrmFeature RequestLowchange gpx export from route to trackUnconfirmed
0%
Task Description

The old Relation Analyzer exported relations as tracks (trk), osmrm now uses routes (rte).
Unfortunately, those can not be imported in josm and some other programs, and GPS units dont accept routes with many route points. The track format is easyer to handle.

69osmrmhvosmhvFeature RequestLowPlease make hovering to not open below but to right of ...Unconfirmed
0%
Task Description

Currently the hovering of properties list makes the screen very jumpy as the sizes of the properties lists are quite random, and selecting one below the currently hovered one in the list becomes impossible as the point where one is supposed to hover the mouse over changes immediately when the previously hovered one disappear and the new one appears.

65osmrmhvunknownBug ReportLowgpx.jps and disjunct polygonsAssigned
0%
Task Description

Gpx extracting from a multipolygon relation with disjunct polygons results in only one polygon.

E.g. the relation [1] contains the borders North and East Tyrol, which are two disjunct polygons (no common node). The resulting gpx file [2] only contains the border East Tyrol.

[1] http://www.openstreetmap.org/browse/relation/52343
[2] http://osmrm.openstreetmap.de/gpx.jsp?relation=52343

63osmrmhvlibFeature RequestLowAsynchonous APIAssigned
0%
Task Description

Instead of fetching each object on its own, make the API asynchronous so that a list of required objects is aggregated and the request is performed at once. This has the following advantages:
- Multithreaded API requests, useful in case any API mirrors exist
- Proper solution to the problem of too large objects being analysed. When the all-at-once fetch fails because of memory restrictions, the object is too large.

59FacilMapLayersFeature RequestLowAdd OpenSeaMap layerAssigned
0%
Task Description

Add layer(s) from http://openseamap.org/

50FacilMapfacilmap.orgBug ReportLowUnexpected behaviour in GeoSearchAssigned
0%
Task Description

When performing a search with multiple results, selecting any of them but the first one and then reloading the page, the list of results is hidden (which is the desired behaviour). However, the previous choice was lost from the favourites, so when now trying to calculate directions, the first result is selected again. A cookie-based favourite solution is not acceptable as the page should still work as expected when sending a link to someone else.

49FacilMapfacilmap.orgFeature RequestLowDraggable route start and end in search input fieldsAssigned
0%
Task Description

As long as no start and destination points have been searched for, display draggable markers in the input fields so that one can drag them on the map without having to type in a place name.

42FacilMapNamefinderFeature RequestLowSwitch to MapQuest Nominatim v2Researching
0%
Task Description

As soon as Nominatim v2 is online (see http://open.mapquestapi.com/nominatim/), switch to it.

41FacilMapRoutingFeature RequestLowShow routing directives with MapQuestAssigned
0%
Task Description

Perhaps also show directives when hovering the map?

25FacilMapMarkersFeature RequestLowDisplay OSM element information in popupsAssigned
0%
Task Description

Make the list of permalinks expandable and hidden by default. Instead, display the tags and other information about the appropriate OSM element there:
- Requires change of the LonLat markers function (find out which element was clicked by talking to the API)
- Normally select ways or in reasonable cases relations (type=route)
- Shift/Ctrl+click change mode to way-select or node-select
- Requires change of the search result display:
- Get OSM ID from search results and load data from the API.

13FacilMapprototypesFeature RequestLowOverload destroy() methodsAssigned
0%
Task Description

To prevent memory leaks, the destroy() methods should be overloaded everywhere to remove member objects.

12FacilMapMarkersFeature RequestLowMore generic saving of Markers popup visibility in Perm...Assigned
0%
Task Description

The Permalink saving of the visibility of search result markers should be moved to the Markers layer for more generic use.

8osmrmhvosmhvBug ReportVery LowRe-adding of a segment to a relation shows wrong author...Assigned
0%
Task Description

When a segment as been removed from a relation and later been re-added, the first “adder” might be shown instead of the second.

Showing tasks 1 - 22 of 22 Page 1 of 1

Available keyboard shortcuts

Tasklist

Task Details

Task Editing