Hi, As per subject, is it possible to learn how to get custom development for a map application I need? The functionality I need is as follows; 1. Point Digitizing - when a user clicks on the map two form fields are updated with the Latitude-Longitude. 2. Lines/Polygon Digitizing - when a user clicks multiple times on the maps a TextArea form field is updated with the coordinates. The list grows the more the map is clicked. Also need some simple buttons to react to the map, eg: Delete Last Point, Clear Map, Edit lines. Once these features are used the coordinates will be updated in the form field. 3. Finally I will need a simple Geocoder even over the map or as part of the map for the user to quickly find their location. I want to do this with OSM in a web browser... the coverage for my area is far better than Google or Bing. If anyone has any examples of this type of app I'd be very grateful. Looking to hire a developer to help out here too so please get in touch. Thanks, Brendan
This question is marked "community wiki".
asked 03 Feb '11, 10:58 brendanc |
USE THIS CODE.....
permanent link
This answer is marked "community wiki".
answered 28 Dec '12, 05:50 Hiren Pitroda scai ♦ |
Your question is not OSM specific, but a generic OpenLayers question (or even more generic - since you could also use a different Javascript mapping framework and have OSM tiles display there). An example application that does something like you describe is this Cycle Route Planner; while the list of coordinates is not visible in a text area, it is stored invisibly for later saving and the application would probably require a lot of modification to cater to your needs. Note that by using OSM to generate a route you are likely creating a "derived work" in terms of the CC-BY-SA license we're currently using, and if you publish that route it will have to be published under that license as well. answered 03 Feb '11, 11:08 Frederik Ramm ♦ |
You might want too look at OpenLayers. It is the slippy map plugin used for the main page of OpenStreetMap and have support for most of the features you specified. answered 03 Feb '11, 11:10 Gnonthgol ♦ |
Thanks a lot - will need a developer to do this for me. D you know if a developer network is accessible?
Well there is http://lists.openstreetmap.org/listinfo/osm-professional but that is really low traffic and probably doesn't reach many developers. Your best bet is probably to write up the requirements and your contact details on a webpage and post a link in the comments here.
You'll find a list of OSM developers at http://switch2osm.org/providers/ .