kopia lustrzana https://github.com/osm2vectortiles/osm2vectortiles
Update text above map
rodzic
cac5da5f19
commit
bdf6b40ac8
|
@ -1,5 +1,9 @@
|
|||
/* Map styling */
|
||||
|
||||
#map-text {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.map-container {
|
||||
height: 125px;
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@ You can download the entire planet, country or even city extracts. All the extra
|
|||
the [Open Database License](https://tldrlegal.com/license/odc-open-database-license-(odbl)) the same license [OpenStreetMap is using](https://www.openstreetmap.org/copyright).
|
||||
|
||||
- Don’t see your country or city listed below? Contribute by submitting a pull request on our list of [countries](https://github.com/osm2vectortiles/osm2vectortiles/blob/master/src/create-extracts/country_extracts.tsv){:target="_blank"} or [cities](https://github.com/osm2vectortiles/osm2vectortiles/blob/master/src/create-extracts/city_extracts.tsv){:target="_blank"}, or [just ask by opening a new issue](https://github.com/osm2vectortiles/osm2vectortiles/issues/new){:target="_blank"}.
|
||||
- Need help? [Check out the documentation](/docs/)
|
||||
- Need any help? [Check out the documentation](/docs/)
|
||||
|
||||
<div class="row">
|
||||
<div class="col12">
|
||||
|
|
|
@ -4,10 +4,15 @@ title: Collection of Map
|
|||
published: true
|
||||
---
|
||||
|
||||
<div>Choose between the following map styles, copy the html code below the map and display it in your browser.
|
||||
<div id="map-text">
|
||||
<p>
|
||||
Choose between the following map styles, copy the html code below the map and display it in your browser.
|
||||
</p>
|
||||
<li style="list-style-type: square">
|
||||
Need any help? <a href="/docs">Check out the documentation</a>
|
||||
</li>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<div id="map-container">
|
||||
<button id="vector-bright" class="map-button">Bright</button
|
||||
><button id="vector-basic" class="map-button">Basic</button
|
||||
|
|
Ładowanie…
Reference in New Issue