can someone please help me to know how make use of my osm server i have been trying to install openstreetmap web site on my own site and finally succeeded installing a tile server and api server so now how do i do these things
|
Why not ask your question on the new OpenStreetMap Community Forum?
can someone please help me to know how make use of my osm server i have been trying to install openstreetmap web site on my own site and finally succeeded installing a tile server and api server so now how do i do these things
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Question tags:
question asked: 31 Oct '17, 13:38
question was seen: 2,059 times
last updated: 03 Nov '17, 15:46
is this a very hard question or is it too dump please if someone knows a link to some documents that may help please advise
Perhaps people might be a bit confused about what question you're asking? Maybe some of the things at https://switch2osm.org/manually-building-a-tile-server-16-04-2-lts/ and http://leafletjs.com/examples.html might help?
thank you for your response but i have already installed tile server and api server and i do know that i have to use openlayers or leaflet but what i dont konw is am i going to work leaflet for example on the api(i mean port 3000) or the normal tile sever
That depends on where you want things to appear and how interactive they are. If you want something to be displayed as part of the background tile images, then you'd modify the style on the tile server. If you want clickable markers overlaid over the tiles, then you'd use the API to retrieve the necessary information and create markers in Leaflet/OpenLayers.