MoonE
0b326d9fa5
Merge pull request #13988 from MoonE/fix-theme-dir
...
Fix copying of non-linked ol.css, clean example build
2022-08-15 22:41:44 +02:00
Maximilian Krög
d82405666c
Fix copying of non-linked ol.css, clean example build
2022-08-15 21:21:04 +02:00
Maximilian Krög
cdc3235c89
Fix kml-timezone example calculations
...
- The parsed minutes had the wrong sign when the offset is negative.
- When calculating the local time, the minutes should be subtracted instead of added
- Fix a data error in the kml, a fullstop was used instead of a colon.
2022-08-15 00:01:48 +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
5fb74d21e5
Some improvements to the edit-example script
2022-08-14 16:36:48 +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
259e3fe1c9
Fix ol.css for some examples
...
- es2015-custom-element needs css variables declared in :host
- external-map-map still does not work when editing in codesandbox,
though that neither worked before.
2022-08-14 16:36:48 +02:00
Maximilian Krög
839e1d1c65
Use non-symlinked ol.css for example-builder
...
File watching does not seem to work with symlinks
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
MoonE
dd1edc37ca
Merge pull request #13971 from MoonE/remove-ie-compatibility
...
Remove more IE compatibility
2022-08-12 00:38:47 +02:00
Tim Schaub
06dd88268b
Merge pull request #13965 from tschaub/doc-update
...
Remove workaround and docs for IE 11
2022-08-11 16:30:13 -06:00
Maximilian Krög
5c4339f367
Remove more IE compatibility
2022-08-12 00:26:25 +02:00
Tim Schaub
ba3517885c
Updated example index
2022-08-10 12:36:14 -06:00
Tim Schaub
157baa2782
Bundle code for the map on the homepage
2022-08-10 12:21:58 -06:00
Tim Schaub
ff0dcbef89
Remove workaround and docs for IE 11
2022-08-10 10:49:28 -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
2c9cf00126
Fix source formatting for some examples
...
For some css or html files a missing new line at end of file will
concatenate the last line with the following style or script tag
2022-08-08 22:17:17 +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
Jakob Miksch
0cd5ecdfde
Minor simplification
2022-08-08 15:29:20 +02:00
mike-000
94caeeab12
Set background after applying transform
...
Reset transform in addition to globalAlpha
2022-08-08 10:23:01 +01:00
mike-000
e6b8fed64a
Reset transform in addition to globalAlpha
2022-08-08 10:05:36 +01:00
MoonE
ef09482505
Merge pull request #13943 from MoonE/scaleline
...
Scaleline
2022-08-07 23:52:26 +02:00
Maximilian Krög
03a16e3444
Use a range input to select the number of steps (1 to 8)
2022-08-07 00:45:14 +02:00
Maximilian Krög
436a4ca597
Add color invert option to scale-line example
2022-08-07 00:44:31 +02:00
Maximilian Krög
e10432260f
Cleanup scale-line example
2022-08-07 00:43:06 +02:00
Maximilian Krög
4504f139af
Improve loading of kmz file example
...
- The href will always start with path as it is sliced starting from 0
Not sure if it is possible that window locatin does not have a slash
unless its some about:-page.
- Should be possible to query for the file name directly without regex,
if the filename contains special regex characters it may behave
unexpectedly
2022-08-06 21:59:08 +02:00
Maximilian Krög
403b06b438
Use RegExp#test intead of String#match
2022-08-05 01:49:16 +02:00
Maximilian Krög
bb3c5bf144
Use String#startsWith instead of String#indexOf
2022-08-05 01:49:16 +02:00
Maximilian Krög
0b945f2321
Use includes instead of indexOf
2022-08-05 01:49:01 +02:00
Maximilian Krög
5e34b9aa20
Fix print-to-scale ignore collapsible attribution
2022-08-05 01:32:50 +02:00
mike-000
4eacc92f7f
remove range change event
2022-08-03 17:14:43 +01:00
Tim Schaub
21223d7096
Updated map background
2022-08-01 17:16:29 -06: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
MoonE
f276f3f47f
Merge pull request #13907 from MoonE/remove-ms-image-smoothing-enabled
...
Remove IE fallbacks
2022-07-30 23:58:55 +02:00
Maximilian Krög
d747216180
Fix editing of export-map example on codesandbox
2022-07-30 23:27:21 +02:00
Maximilian Krög
4c13ef13c9
Remove textContent fallback for IE
2022-07-30 23:06:59 +02:00
Maximilian Krög
e0fd784c16
Remove msSaveBlob fallback for IE
2022-07-30 22:58:47 +02:00
Maximilian Krög
e56bda5848
Remove IE css fallback
2022-07-30 22:57:51 +02:00
Tim Schaub
ab48290bd7
Accept an object literal for static layer styling
2022-07-30 09:48:10 -06:00
Andreas Hocevar
3c5403259a
Merge pull request #13880 from ahocevar/reproj-tiles
...
Improve reprojection WMS config for better performance
2022-07-28 21:54:22 +02:00
Tim Schaub
c9b2b3d76a
Remove unused worker
2022-07-27 15:51:34 -06:00
Andreas Hocevar
8acc4aa20e
Improve reprojection WMS config for better performance
2022-07-27 14:47:24 +02:00