Hello experts, sorry my English. I need your help, i have web hosting from justhost.com and now I want to display an OSM map on my web site. How about MySQL, PHP 5. Do I need these? asked 19 Nov '12, 07:11 Altai Frederik Ramm ♦ |
Displaying a web site that contains an OSM map does not require MySQL or PHP. You will only have to write a litte HTML and JavaScript. See http://wiki.openstreetmap.org/wiki/Deploying_your_own_Slippy_Map for details, or look at http://switch2osm.org/using-tiles/ which has excellent examples for both the OpenLayers and the Leaflet library! You can have it even easier if you go to www.openstreetmap.org, zoom to your area of interest, click the "export" tab, select "embeddable HTML", and copy+paste the resulting HTML code. answered 19 Nov '12, 09:25 Frederik Ramm ♦ |