This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

location url and database

0

How to view locations on map by using url stored in database

asked 19 Apr '18, 06:39

Nas_ri's gravatar image

Nas_ri
11112
accept rate: 0%

2

there is not a lot of information in your question. Which URLs do you store in your database ? Do those URLs contain longitude/latitude information ? Do you want to view the map via a browser or via an app ?

You probably already have a website or app, please give details on the programming language and frameworks you use.

(19 Apr '18, 06:47) escada

location URLs are stored in mysql database. short URL is stored in the database.Want to view the map via browser using javascript or php.

(19 Apr '18, 09:18) Nas_ri

Source code available on GitHub .