I would like to place a map of a specific place (state park) on a web page about that park. Embedded map would be best; screenshot would suffice. When users click the map, I want them to go to that specific location on OSM. asked 01 Dec '12, 22:46 Hilltromper |
Browse to the park on the openstreetmap website. Then click on the export tab at the top. Select either "Embeddable HTML" for an embedded map or select "Map Image (shows standard layer)" for a static image. You can make a static image clickable by putting code like the following in your webpage.
You can get the value for "href" by clicking on the "permalink" at the bottom right of the map when looking at the park on the openstreetmap website. answered 02 Dec '12, 00:59 cartinus |
Have a look at the OSM wiki about Static_map_images to find some solutions. answered 03 Dec '12, 16:58 stephan75 |