FacilMap

http://gitorious.org/facilmap

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

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.

13FacilMapprototypesFeature RequestLowOverload destroy() methodsAssigned
0%
Task Description

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

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.

41FacilMapRoutingFeature RequestLowShow routing directives with MapQuestAssigned
0%
Task Description

Perhaps also show directives when hovering the map?

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.

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.

59FacilMapLayersFeature RequestLowAdd OpenSeaMap layerAssigned
0%
Task Description

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

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.

 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.

 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

 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.

 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.

 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.

 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.

 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%
Task Description

Load Google Maps and Yahoo Maps JavaScripts in their appropriate Layer classes, asynchronously.

 27 FacilMapRoutingBug ReportLow Cannot drag route points in Internet Explorer Closed
100%
Task Description

Neither via points nor the start and end point of a route are draggable in Internet Explorer 7. The mouse cursor does not change either and the map/route stays draggable on hover. Double-click on via points does not work either. Perhaps a z-index issue?

 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%
Showing tasks 1 - 34 of 34 Page 1 of 1

Available keyboard shortcuts

Tasklist

Task Details

Task Editing