Commit Graph

94 Commits

Author SHA1 Message Date
3443bd9c86 update docs, removing outdated references to Leaflet pre-1.0 (#9229)
Co-authored-by: Adauji <5890802@ez.edeka.net>
2024-01-26 14:46:24 +02:00
a9a6f7301e Mapbox tiles not loading 8960 (#8968)
Co-authored-by: Florian Bischof <design.falke@gmail.com>
2023-06-10 14:30:49 +02:00
c6fd99f072 Hold element positions in WeakMap (#8749) 2022-12-27 12:29:27 +01:00
2f6aad5d48 Replace DomUtil.remove() with Element.remove() (#8735) 2022-12-22 20:08:18 +01:00
7b5de0fbba Replace Util.isArray() with Array.isArray() (#8683) 2022-11-25 23:43:02 +01:00
e305112ab3 Optimize PNG files (#8661) 2022-11-19 13:38:00 +01:00
bde26e1d74 Remove Opera from browser detection (#8621) 2022-10-24 23:19:21 +02:00
119785e3a9 Enable no-var linting rule and fix issues (#8602) 2022-10-20 21:18:26 +02:00
43d4984974 Remove Edge from browser detection (#8606) 2022-10-20 16:39:54 +02:00
d777c79f7a Enable prefer-arrow-callback linting rule and fix issues (#8594) 2022-10-20 00:10:54 +02:00
5e66c62405 Enable object-shorthand linting rule and fix issues (#8592) 2022-10-19 11:59:15 +02:00
c33a57ca3a Enable prefer-template linting rule and fix issues (#8587) 2022-10-16 23:58:24 +02:00
2daebbb439 Remove Internet Explorer from browser detection (#8559) 2022-10-13 11:41:13 +02:00
02f204e782 Fix 2 links without URLs in docs (#8542) 2022-10-08 12:41:20 +03:00
81a1336978 Quick-start: fix link in code block. (#8415)
Co-authored-by: Florian Bischof <design.falke@gmail.com>
2022-09-30 21:42:53 +02:00
c2324e52e2 Use preferred tile.openstreetmap.org URL (#8418)
Now that tile.openstreetmap.org supports HTTP/2 + HTTP/3 the old (a|b|c).tile.openstreetmap.org is no longer recommended.

Use tile.openstreetmap.org directly is faster and will likely result in a better cache hit ratio.

Signed-off-by: Grant Slater <git@firefishy.com>

Signed-off-by: Grant Slater <git@firefishy.com>
2022-08-28 11:31:45 +02:00
20654cd159 Replace Mapbox with OpenStreetMap (#7818)
* Replace Mapbox with OpenStreetMap

Replace Mapbox with OpenStreetMap

* Revert Gemfile

* Replace blanks with tabs

* Fix lint

* Replace Mapbox with OSM

* Add OSM Tile Usage Policy link

* typo: productive→production

Co-authored-by: Iván Sánchez Ortega <ivan@sanchezortega.es>
2022-05-27 11:33:15 +03:00
7a2719d49e Correct heading level in GeoJSON example (#8230) 2022-05-11 11:20:34 +02:00
c46b6f044e Fix links in accessibility guide (#8198) 2022-04-28 11:46:42 +02:00
999a074eb8 Add Ukraini dialog (#8177)
* Add Ukraini dialog

* Fix lint

* Make it more keyboard-user friendly

* Change close element to button and add dialog as first element
2022-04-25 11:57:58 +03:00
c94faa201a Taking down the website. (#8025)
* Taking down the website.

* Prevent linting errors on moved-away website stuff

* Add quote style

* fix css

* rm duplicated templates

Co-authored-by: falke-design <design.falke@gmail.com>
2022-02-27 13:22:37 +01:00
4a5f192094 Compress thumbnails for tutorials (#8002) 2022-02-14 18:51:25 +01:00
44e4975339 Rename master branch to main (#7921) 2022-01-19 12:46:44 +02:00
d00a8b28ae Added clarification (#7819)
Added a sentence to indicate when the code examples switch from HTML and CSS to JS for clarity
2021-12-02 21:32:14 +02:00
80279dd98b Lint examples (#7827)
* lint examples

* examples lint fixes

* more lint fixes

* fixes

* final fixes
2021-11-29 16:31:54 +02:00
326211d5d4 add linting to examples (WIP) 2021-11-29 15:56:50 +02:00
1e7f27331a Simplifiy examples (#7816)
* Replace mymap with map

* Updated quick-start - added variables

* Add variable names

Add variable names

* Replace blanks with tabs
2021-11-26 22:17:11 +02:00
a37f0297af simplify. update description - geojson is popular (#7602) 2021-11-11 16:03:10 +01:00
d03a2d09aa Minor typos (#7758) 2021-11-09 09:42:40 +01:00
671c7c8bcb Use "map" as HTML element id everywhere (#7696) 2021-10-29 16:34:17 +03:00
c0bf09ba32 fix outdated osm attribution texts + url (#7345) 2020-12-08 14:17:22 +02:00
1ae785b730 Docs: Fix tiny typo - WMTS vs WTMS (#7098) 2020-04-17 15:54:16 +02:00
c6d8a51da3 Update WMS tutorial using Mundialis WMS (#4239) 2020-03-11 12:56:38 +02:00
5e93da5c70 Fix JS error on non-mobile devices (issue #4239) 2020-03-11 12:56:38 +02:00
cd12b94a4d [docs] correct Mapbox examples' tileSize (#6995)
* update debug pages

* correct tileSize & zoomOffset for all Mapbox examples
2020-02-14 01:49:03 +01:00
3acb64d900 fix broken url template link (#6982)
went to the right page, but an invalid heading
2020-01-27 15:49:17 +02:00
214cd3e368 CRS.simple tutorial: Link to waybackmachine snapshot of UQM tool 2019-12-12 11:48:52 +01:00
8733108138 update mapbox attribution URL (#6922) 2019-12-02 11:49:16 +02:00
7882015ee8 fix typo in choropleth example 2019-11-29 10:04:40 +02:00
4a8e55b0c4 [docs] Update Doc Examples to Use Modern Endpoint (#6905)
* update the first few examples

* Update all legacy Static API urls with modern URLs

* Add missing map??

* oops stray png

* Remove example.html
2019-11-28 08:41:37 +02:00
bee751645d update index.md in zoom example (#6823) 2019-10-01 11:17:05 +02:00
e793eba9a0 Update Carto tiles and attribution links to HTTPS (#6706)
* Update Carto tiles and attribution links to HTTPS

* Fix indentation of zoom level examples
Having both backtick and tab code block caused the tabs to be visible
2019-06-26 16:19:04 +02:00
525492bb53 docs(tutorial): fix mobile locate accuracy snippey (#6693)
Following PR #6140, the code snippet of mobile tutorial for "locationfound" event needs to be corrected accordingly.
2019-06-12 09:20:38 +02:00
a6987a9362 Fixing a typo (#6626)
'lets' should be 'let's'
2019-04-28 13:43:29 -03:00
aa91af4749 Typo in tutorials 2019-03-03 14:19:13 +01:00
c7b3dbdb00 Minor spelling corrections in Docs/Tutorials (#6464)
* continous -> continuous

* Minor spelling and styling corrections

* occured -> occurred

* mosly -> mostly

* Update Map.js
2019-01-09 14:02:37 +01:00
166de91dd3 The earth is not a potato (#6326)
* The earth is not a potato

The gif you are showing as been around for a lot of time but it show the change of gravity around the earth not it's shape.
Look this article and on the description of wikipedia where you took the gif from:
https://motherboard.vice.com/en_us/article/9akgv8/this-gif-of-a-potato-like-earth-has-confused-the-internet-for-years
https://commons.wikimedia.org/wiki/File%3AGRACE_globe_animation.gif

* The earth is not a potato 2

deleted link

* Spelling fix
2018-12-27 14:25:33 +01:00
a0225eaee6 minor typos (#6398) 2018-11-05 12:57:06 +01:00
60638e0427 Docs(quickstart): explicitly highlight attribution requirement (#6261) 2018-08-01 10:53:27 +04:00
d7f91d9a9d docs(geoJsonTutorial): typo (#6222) 2018-07-06 10:09:20 +02:00