I would like to create a map using OpenStreetMap that shows only my university and not the entire world or cities just the university any idea where to start I found this https://www.openstreetmap.org/export#map=16/6.0658/125.1288 export button where you can create some kind of boundaries. The question is how to embed that data into my HTML(website). asked 25 Feb '18, 05:44 Rabaton aseerel4c26 ♦ |
For the start see https://wiki.openstreetmap.org/wiki/Deploying_your_own_Slippy_Map . Although I do not have that much experience with slippy map libraries like Leaflet, I am nearly sure that limiting the viewport is possible. And if you want an own map style, you can render your own tiles based on the OSM-data. For an idea of tracking systems, start by reading old questions about tracking. answered 25 Feb '18, 11:52 aseerel4c26 ♦ hmm i’ve heard of this leaflet its similar to openlayers i’ll check it out idk about that viewport ca be edited hoping thats the answer i seek
(25 Feb '18, 12:06)
Rabaton
leaflet is very similar to openlayers, yes. You can pass a lot of options to leaflet/openlayers to configure them. Just read a bit and look at their documentation and examples.
(25 Feb '18, 12:10)
aseerel4c26 ♦
|
You have added the tag "gps" and "tracking" and "real-time" - what is the relation to your question? If not, please remove those tags.
Please could you add missing punctuation marcs into your text?
Do you just want to show a map like it is on openstreetmap.org but the user should not be able to move the viewed area away from your uni? Or do you want to make private edits to this map?
i put those tags because it relates to current prject in my thesis which is real time gps tracking and yes using osm users should not viewed other areas beaide my university is that possible? tbh im not really sure if thats what my prof meant he basically said “make your own frames “ i just assume thats what he meant
will talk to him tomorrow hopefully he explain what he meant by that statement
Maybe meant (or even said) make your own tiles. Nearly everything is "possible" based on OSM, because our data is fully open, meaning that you can process it in the way you need.
I have cleaned up the tags a bit ("tracking" is sufficient here - no need for gps).
ic that makes sense i read about these map titles in my hours of research i’ll check it out maybe thats what he meant