Commit Graph

3528 Commits

Author SHA1 Message Date
Andreas Hocevar 698fca2d56 Merge pull request #11737 from ahocevar/esrijson-wkid
Write the correct SRS code in EsriJSON
2020-11-19 13:50:56 +01:00
Andreas Hocevar 8916667e94 Update ESRI editing example to use a different service 2020-11-12 17:08:26 +01:00
mike-000 c5cd29e2ac Link label to checkbox 2020-11-09 21:06:59 +00: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
mike-000 1f991b980b Treat svg as binary resource 2020-11-04 20:59:54 +00:00
Andreas Hocevar 4fe8c54146 Input is a void element
Co-authored-by: Tim Schaub <tschaub@users.noreply.github.com>
2020-11-02 11:14:25 +01:00
Andreas Hocevar 4980e58db0 Add undo to draw-features example 2020-10-31 11:58:52 +01:00
Andreas Hocevar aa918d44c5 Use Parcel v2 in copy/paste example code 2020-10-26 11:55:14 +01:00
mike-000 672c8afb0b Fix Antarctica polygon so it wraps correctly 2020-10-21 23:04:41 +01:00
Andreas Hocevar 0ef2421e22 Merge pull request #11594 from mike-000/patch-14
Display current OS copyright date in the Raster Reprojection example
2020-10-17 20:34:42 +02:00
mike-000 8289d2a516 use https to avoid security warnings 2020-10-17 13:17:29 +01:00
Andreas Hocevar eba0ba6ae0 Merge pull request #11592 from ahocevar/new-declutter
New decluttering implementation
2020-10-07 10:33:33 +02:00
Andreas Hocevar 1ec6713f31 Merge pull request #11618 from mike-000/patch-16
Update the Marker Animation example
2020-10-04 17:45:49 +02:00
Maximilian Krög fc67d8302b Add charset to the examples html below the map 2020-10-03 21:31:38 +02:00
mike-000 f8c24590b9 Fetch the polyline and smoother animation
Fetch the polyline and use getCoordinateAt() for smooth animation
2020-10-03 19:30:56 +01:00
Andreas Hocevar 8e862766fc New decluttering implementation 2020-09-27 21:13:26 +02:00
mike-000 9e8d49e485 Display current OS copyright date
Display current OS copyright date to keep up with source updates https://www.arcgis.com/home/item.html?id=7561029c176d43d09a5aa1180ada309a
Increase EPSG:27700 extent beyond the usual definition to the visible extent of the OS Overview layer
2020-09-27 15:14:59 +01:00
Hannes 2e87ae3421 use .toFixed() instead of manual math 2020-09-25 22:10:25 +02:00
Hannes 47ae47d123 zoom can actually be fractional nowadays 2020-09-25 22:06:20 +02:00
Andreas Hocevar 705e328fa0 Merge pull request #11569 from mike-000/patch-19
Fix binary data exports to codesandbox in examples
2020-09-24 09:21:05 +02:00
mike-000 c3378466fe in IE use textContent instead of innerText 2020-09-22 12:14:19 +01:00
mike-000 20936508aa Replace globe gif
Use better quality image based on public domain landmask image at https://ian.macky.net/pat/map/globe.html and data at http://www.shadedrelief.com/natural3/pages/extra.html
2020-09-21 10:41:20 +01:00
Marc Jansen 163834d33e Merge pull request #11565 from mike-000/patch-17
Animated GIF example
2020-09-20 20:07:49 +02:00
mike-000 27bba85be9 Use public domain image
Derived from https://commons.wikimedia.org/wiki/File:Globe.gif using ezgif.com
2020-09-20 18:42:23 +01:00
mike-000 c18227df36 Add animated gif example 2020-09-20 14:47:33 +01:00
mike-000 190661bfdb Use flagcdn.com for images 2020-09-19 14:04:02 +01:00
Andreas Hocevar 7a5e0db59f Remove decluttering for a fresh start 2020-09-18 23:31:20 +02:00
mike-000 b60574261c Fix binary data, ./ relative path syntax, and IE 2020-09-17 22:09:31 +01:00
Michał Zielański 3ef02fd19d The star layer should not be assigned the z-index 2020-08-28 08:38:28 +02:00
Andreas Hocevar eb92d0dcee Update description 2020-08-26 09:25:50 +02:00
Tim Schaub 6412b040c3 Use clip path 2020-08-26 09:24:56 +02:00
Andreas Hocevar 9e7bbb0d4e Add custom style renderer example 2020-08-24 23:43:22 +02:00
Andreas Hocevar a161ba82d9 Remove notes about custom renderer 2020-08-24 23:24:27 +02:00
Maximilian Krög d9bc466f43 Better scroll behaviour for apidocs 2020-08-23 11:18:19 +02:00
Andreas Hocevar f0170f378f Merge pull request #11418 from MoonE/icon-color-default-to-composite-operation
Icon color default to composite operation
2020-08-11 20:57:40 +02:00
Andreas Hocevar 678a61cba0 Merge pull request #11416 from MoonE/examples-add-labels-to-inputs
Examples add labels to inputs
2020-08-10 14:24:51 +02:00
Andreas Hocevar bb2bf0877b Merge pull request #11417 from ahocevar/example-search-sort
Fix sort order of examples search results
2020-08-10 14:04:16 +02:00
Maximilian Krög 558b3a3ed2 Support alpha channel for icon tinting 2020-08-09 21:58:33 +02:00
Andreas Hocevar d9fb969765 Fix sort order of examples search results 2020-08-09 21:23:13 +02:00
Maximilian Krög d2d1022359 Link labels to input elements 2020-08-09 20:49:07 +02:00
Maximilian Krög 37e5529b22 Update some example styles / formatting 2020-08-09 20:49:07 +02:00
mike-000 722e0c5b69 Include scale in options
Add rectangle to example
Add ellipse and rectangle to rendering tests
2020-08-09 10:25:16 +01:00
Maximilian Krög 5e30b15860 Fix link to workshop / download 2020-08-04 21:47:58 +02:00
Andreas Hocevar 10dd6ce210 Merge pull request #11379 from jipexu/tooltipbranch
tooltip bs on fullscreen
2020-08-02 21:42:34 +02:00
Andreas Hocevar f6c860eb7d Merge pull request #11367 from MoonE/examples-mapbox-use-https
Use https for mapbox tiles
2020-08-02 21:33:39 +02:00
jeanpierre 6f59216974 tooltip bs on fullscreen 2020-08-02 20:41:30 +02:00
Maximilian Krög cd069e30fb Show the popup over in front of the other overlays 2020-08-01 00:34:22 +02:00
Maximilian Krög 8645dbc333 Use https for mapbox tiles 2020-07-30 22:28:48 +02:00
Andreas Hocevar 7b297283f2 Load pointer events polyfill - before other polyfills 2020-07-30 21:01:10 +02:00
Andreas Hocevar 4f0f81c802 Cloak API key with instructions where to get one 2020-07-30 09:39:34 +02:00