Maximilian Krög
559712f728
Fix some invalid html markup and some inconsistencies
2022-08-22 19:26:18 +02:00
Tim Schaub
528ab0ab56
New URL to check for latest release
2022-08-20 14:22:23 -06:00
Marc Jansen
2546689cff
Small example template fixes
2022-08-16 09:12:56 +02:00
Maximilian Krög
74a8759e3b
Fix topolis example
...
toastr did not work because jquery has to bo loaded before toastr.
2022-08-14 16:44:43 +02:00
Maximilian Krög
9109ab8407
Only load lzstring script when clicking Edit
2022-08-14 16:36:49 +02:00
Maximilian Krög
cf42592f78
Remove unused clipboard script
...
prism seems to no longer need it
2022-08-14 16:36:48 +02:00
Maximilian Krög
bc65f2d704
Update FontAwesome to v6.1.2
2022-08-13 23:10:31 +02:00
Maximilian Krög
5c4339f367
Remove more IE compatibility
2022-08-12 00:26:25 +02:00
Tim Schaub
157baa2782
Bundle code for the map on the homepage
2022-08-10 12:21:58 -06:00
Tim Schaub
9dff55a8ac
Build the website
2022-08-10 10:35:07 -06:00
Tim Schaub
3a05a73471
Merge pull request #13963 from tschaub/fewer-polyfills
...
Remove polyfills for IE and Android 4
2022-08-10 06:22:06 -06:00
Tim Schaub
30968b0786
Remove polyfills for IE and Android 4
2022-08-09 15:06:01 -06:00
MoonE
6d822bc790
Merge pull request #13958 from MoonE/const
...
Use const in docs and other places
2022-08-09 09:18:59 +02:00
Maximilian Krög
5b8d810f80
Use const in more places
2022-08-09 00:25:30 +02:00
Maximilian Krög
7404397529
Improve example-builder code
...
Reduce amount of async calls and some other small changes
2022-08-08 22:13:48 +02:00
Tim Schaub
6bd68241e3
Include babel for codesandbox
2022-08-01 12:04:39 -06:00
Tim Schaub
973c411082
Merge pull request #13917 from tschaub/doc-style
...
Style updates for examples and API docs
2022-08-01 05:44:13 -06:00
Tim Schaub
1bd9201fed
Style updates for examples and API docs
2022-07-31 19:07:46 -06:00
Tim Schaub
644337184c
Remove Google Analytics and cookie consent
2022-07-31 13:47:03 -06:00
arkadiusz.gotfryd
6bbd9a1dd4
Fix for codesandbox.io env (code review change)
2022-05-09 21:16:46 +02:00
arkadiusz.gotfryd
77cd464a7b
Add module type to main.js script tag
2022-05-08 23:25:51 +02:00
arkadiusz.gotfryd
864e9e5c5f
Fix for parcel error while building examples
2022-05-08 22:54:22 +02:00
Tim Schaub
6c03b69d8c
Avoid the redirect from unpkg.com
2022-01-14 13:53:23 -07:00
Maximilian Krög
a10bc713f2
Configure additional sources displayed below map
2021-11-02 00:21:12 +01:00
mike-000
895749707f
Use core-js cdn for some polyfills
2021-10-18 16:10:08 +01:00
mike-000
208e2cb022
Polyfill for Promise.allSettled
2021-09-20 11:21:21 +01:00
mike-000
63612bd2f2
Add Number.isInteger polyfill to displayed html
2021-02-02 12:55:36 +00:00
Maximilian Krög
358d6736d1
Make examples work with ie11
2020-12-29 23:04:15 +01:00
mike-000
a6860118c7
Support formats that read ArrayBuffer sources
...
Drag-and-Drop support for formats that read arraybuffer sources
Add TextDecoder to polyfills
Add custom Drag-and-Drop examples for KMZ and MVT
Add sample download and KML styles option to existing example
Test arraybuffer and constructed formats
2020-11-09 17:02:31 +00:00
Maximilian Krög
fc67d8302b
Add charset to the examples html below the map
2020-10-03 21:31:38 +02:00
Maximilian Krög
5e30b15860
Fix link to workshop / download
2020-08-04 21:47:58 +02:00
Andreas Hocevar
7b297283f2
Load pointer events polyfill - before other polyfills
2020-07-30 21:01:10 +02:00
Maximilian Krög
e51643dfca
Show correct link for codepen button
2020-07-26 19:31:59 +02:00
Maximilian Krög
e39e3ea152
Update prism js version
...
Use latest version of prism, add json formatter, copy to clipboard plugin,
and line-numbers.
Now the clipboard js is automatically loaded by prism it it not included
and the buttons are automatically initialized. Though I added some css to
match the previous style.
2020-07-26 19:31:59 +02:00
Maximilian Krög
e723061f9b
Add empty alt tag to logo
2020-07-26 19:31:57 +02:00
Maximilian Krög
f8edc928ed
The charset meta tag should be withing the first 1024 bytes
2020-07-26 19:27:11 +02:00
Maximilian Krög
8b733c2eba
Cleanup experimental notice
...
With bootstrap js always included there is no need to add own js to dismiss it.
Only generate the notice for experimental pages, no need to have js for that.
2020-07-26 19:27:11 +02:00
Maximilian Krög
4f76334c92
Script tag not allowed out side body / head
2020-07-26 19:27:11 +02:00
jipexu
4b6e440610
dropdown margin bottom
2020-07-26 18:02:24 +02:00
Andreas Hocevar
2b23052d23
Mark active nav item
2020-07-26 17:41:16 +02:00
Andreas Hocevar
f70374e453
Make header and menu navigation consistent with web site
2020-07-26 17:15:49 +02:00
Maximilian Krög
9093478016
Add modal to tag count with direct links to other examples
2020-07-25 20:40:20 +02:00
Maximilian Krög
50404ca409
Add number of occurence to tags
...
It can be a bit frustrating to click on a tag only to realise it was the
only example with that tag.
2020-07-25 14:00:53 +02:00
jeanpierre
9616dee9f7
Update bootstrap, cleanup css, make pages more responsive
2020-07-23 12:32:27 +02:00
Andreas Hocevar
f3d5bfc1d3
Use pepjs in examples to support more old/exotic browsers
2020-06-17 08:49:54 +02:00
Andreas Hocevar
886ca26c6a
Remove elm-pep dependency
2020-06-11 13:11:28 +02:00
Tim Schaub
cd27a13a42
Show the main.js right below the map
2020-05-03 16:27:51 -06:00
Andreas Hocevar
bc1be50cbc
Add worker support to examples
2020-03-23 12:47:25 +01:00
mike-000
16e46ea2c0
load polyfill before example specific scripts
2020-02-14 12:15:52 +00:00
Andreas Hocevar
65c1575dc9
Make examples work in Internet Explorer
2020-02-05 20:16:14 +01:00