Commit Graph

  • 7f865b8520 Check if fonts are available and redraw when label cache was cleared Andreas Hocevar 2017-10-20 00:02:20 +02:00
  • dea8a340a6 Add utility method for extracting font families from a font spec Tim Schaub 2017-10-14 13:17:28 -06:00
  • 06728ab0fa Quote font names with spaces Tim Schaub 2017-10-14 12:30:27 -06:00
  • a80458f2c3 Show dynamic font loading in the ugly vector-labels example Andreas Hocevar 2017-10-10 18:57:15 +02:00
  • 2451c8f1d0 Merge pull request #7414 from ahocevar/preserve-ligatures Andreas Hocevar 2017-11-03 12:13:10 +01:00
  • 431d570b91 Only split text at line angle changes Andreas Hocevar 2017-11-02 19:51:47 +01:00
  • ddba26b193 Merge pull request #7411 from fredj/getset_layers Frédéric Junod 2017-11-03 11:22:29 +01:00
  • f05511cff7 Merge pull request #7328 from ahocevar/declutter Andreas Hocevar 2017-11-03 11:22:08 +01:00
  • e55985818f Merge pull request #7418 from openlayers/greenkeeper/sinon-4.1.1 Frédéric Junod 2017-11-03 10:58:02 +01:00
  • 8a9d6b417f Add getLayers and setLayers functions to ol.format.WMSGetFeatureInfo Frederic Junod 2017-11-01 15:51:23 +01:00
  • 306851d6ee Consistent naming of declutterTree Andreas Hocevar 2017-11-03 10:36:28 +01:00
  • 70dc35cc6c chore(package): update sinon to version 4.1.1 greenkeeper[bot] 2017-11-03 08:56:02 +00:00
  • bfebc50a48 Merge pull request #7406 from lasselaakkonen/7390-zoomify-custom-extent Andreas Hocevar 2017-11-03 07:17:22 +01:00
  • 50b50ae21f Merge pull request #7416 from openlayers/greenkeeper/sinon-4.1.0 Andreas Hocevar 2017-11-03 07:13:34 +01:00
  • a5625955a8 Merge pull request #7417 from openlayers/greenkeeper/phantomjs-prebuilt-2.1.16 Andreas Hocevar 2017-11-03 07:13:16 +01:00
  • 47a1aed750 chore(package): update phantomjs-prebuilt to version 2.1.16 greenkeeper[bot] 2017-11-02 20:27:57 +00:00
  • 4afb5bfd40 chore(package): update sinon to version 4.1.0 greenkeeper[bot] 2017-11-02 17:12:29 +00:00
  • 8ef9b8feea Merge pull request #7410 from fredj/getset_getFeatureType Frédéric Junod 2017-11-01 15:32:25 +01:00
  • daea26ec50 Add getFeatureType and setFeatureType functions to ol.format.WFS Frederic Junod 2017-11-01 14:07:54 +01:00
  • 1cf8631889 Add extent property definition to olx.source.ZoomifyOptions definition. Lasse Laakkonen 2017-10-30 22:19:16 +02:00
  • eefb3f9207 Add option to Zoomify source for setting custom extent. Lasse Laakkonen 2017-10-25 22:19:02 +03:00
  • e6ae029d08 Improve text rendering performance Andreas Hocevar 2017-10-31 08:51:15 +01:00
  • 6ce201c429 Do not render text along oversimplified geometries Andreas Hocevar 2017-10-31 08:48:42 +01:00
  • b29e74d1ab Measure height only once per font Andreas Hocevar 2017-10-31 08:48:02 +01:00
  • 4a73754b93 Entertain the compiler Andreas Hocevar 2017-10-23 11:38:53 +02:00
  • dfa3cbf4e2 Use native decluttering in vector-label-decluttering example Andreas Hocevar 2017-10-22 15:51:22 +02:00
  • 29ebdde314 Test decluttering for vector tile layers Andreas Hocevar 2017-10-22 15:02:55 +02:00
  • 912e908032 Test decluttered hit detection Andreas Hocevar 2017-10-22 14:30:35 +02:00
  • 53a2cf55f1 Fix hit detection for decluttered layers Andreas Hocevar 2017-10-22 12:55:23 +02:00
  • f4506d87eb Use existing sort function Andreas Hocevar 2017-10-22 12:51:40 +02:00
  • 22e4ba06a6 Add rendering tests Andreas Hocevar 2017-10-21 21:10:25 +02:00
  • 80e67bac7a Give lower z-index priority (painter's order) Andreas Hocevar 2017-10-21 21:12:24 +02:00
  • b3f9e4e8ef Improve documentation Andreas Hocevar 2017-10-11 23:42:22 +02:00
  • 08af207724 Add decluttering for images and text Andreas Hocevar 2017-10-09 18:27:31 +02:00
  • 5ebc969599 Support line and polygon label points for ol.render.Feature Andreas Hocevar 2017-10-09 18:24:27 +02:00
  • dbeb3d2795 Only render parts of source tile that are needed for the view tile Andreas Hocevar 2017-10-08 19:41:46 +02:00
  • 742a71cd4b Only render images when visible Andreas Hocevar 2017-09-14 09:33:35 +02:00
  • 1a1d45fdd1 Merge pull request #7379 from lasselaakkonen/6608-zoomify-custom-tile-size Andreas Hocevar 2017-10-31 10:50:37 +01:00
  • da2a23aacd Always use ol.Size tile size array Andreas Hocevar 2017-10-31 10:36:20 +01:00
  • 3c8c7db8f3 Fix using multiple Zoomify sources at a time.. Lasse Laakkonen 2017-10-31 11:12:18 +02:00
  • 2836f9511f Remove unnecessary changes to Tile and ImageTile for changing Zoomify source tile size. Lasse Laakkonen 2017-10-31 09:31:38 +02:00
  • e2581931a7 Add tileSize property definition to olx.source.ZoomifyOptions definition. Lasse Laakkonen 2017-10-30 21:53:52 +02:00
  • 435f93a197 Merge pull request #7376 from virtualcitySYSTEMS/feature-overlay-visibility Frédéric Junod 2017-10-30 08:37:40 +01:00
  • 27eaa0d8c0 Merge pull request #7399 from openlayers/greenkeeper/eslint-4.10.0 Frédéric Junod 2017-10-30 08:29:35 +01:00
  • 00807ea98f chore(package): update eslint to version 4.10.0 greenkeeper[bot] 2017-10-27 23:38:25 +00:00
  • a802f5937b changed visibility of overlay properties to protected, added new getOptions function to overlay, to get the original options Jannes Bolling 2017-10-19 13:06:20 +02:00
  • 485680919e Merge pull request #7395 from openlayers/greenkeeper/closure-util-1.25.0 Frédéric Junod 2017-10-27 10:12:12 +02:00
  • cae6a07aa7 fix(package): update closure-util to version 1.25.0 greenkeeper[bot] 2017-10-27 07:29:23 +00:00
  • d33e41d322 Merge pull request #7392 from openlayers/greenkeeper/sinon-4.0.2 Frédéric Junod 2017-10-26 08:58:00 +02:00
  • 8d59b5d301 chore(package): update sinon to version 4.0.2 greenkeeper[bot] 2017-10-25 17:20:30 +00:00
  • 5a6fafd85b Merge pull request #7377 from notnotse/overlay-classname Frédéric Junod 2017-10-25 15:32:24 +02:00
  • 343a4085a0 Add method to set max cache size in ol.style.IconImageCache Bobo Häggström 2017-10-19 09:43:54 +02:00
  • eeb20cf4ad Merge pull request #7383 from ahocevar/null-tilecoord Andreas Hocevar 2017-10-22 21:59:35 +02:00
  • 35a357ee80 Merge pull request #7375 from fredj/ows_more_ServiceIdentification Frédéric Junod 2017-10-22 08:49:06 +02:00
  • 6da92d5f71 Handle null tile coordinates correctly Andreas Hocevar 2017-10-21 21:41:56 +02:00
  • a625d1f1a8 Merge pull request #7378 from notnotse/fix-raster-source-docs Frédéric Junod 2017-10-20 16:51:05 +02:00
  • 10f59fc81c Merge pull request #7380 from openlayers/greenkeeper/rollup-plugin-cleanup-2.0.0 Andreas Hocevar 2017-10-20 10:55:14 +02:00
  • 0c9e2458e6 fix(package): update rollup-plugin-cleanup to version 2.0.0 greenkeeper[bot] 2017-10-19 21:40:58 +00:00
  • b8589acc6e Add test for initializing Zoomify source with custom tile size. Lasse Laakkonen 2017-10-19 17:54:46 +03:00
  • 7a800d4b39 Add support to specify CSS class name when creating ol.Overlay Bobo Häggström 2017-10-19 15:11:49 +02:00
  • f7b6682832 Fix incorrect docs about ol.source.Raster itjope 2017-10-19 15:37:00 +02:00
  • e41693816a Add support for custom tile size to Zoomify layer. Lasse Laakkonen 2017-10-19 15:38:00 +03:00
  • 8d5a8665b2 Merge pull request #7371 from notnotse/vt-missing-api-annotation Andreas Hocevar 2017-10-19 12:57:20 +02:00
  • e235c83231 Read 'Abstract', 'AccessConstraints' and 'Fees' in ol.format.OWS Frederic Junod 2017-10-19 11:58:38 +02:00
  • cdea7040ee Add @api annotation to ol.VectorTile.getExtent Bobo Häggström 2017-10-19 08:38:54 +02:00
  • 0e9bd75bc6 Merge pull request #7369 from fredj/bing_culture Frédéric Junod 2017-10-19 08:25:31 +02:00
  • 2e2e63a3e0 Always request the Bing API with the 'culture' value Frederic Junod 2017-10-18 17:07:33 +02:00
  • a121806715 Merge pull request #7366 from openlayers/greenkeeper/handlebars-4.0.11 Frédéric Junod 2017-10-18 08:23:46 +02:00
  • 2268cbe90f chore(package): update handlebars to version 4.0.11 greenkeeper[bot] 2017-10-17 21:05:07 +00:00
  • 82b7116f81 Merge pull request #7364 from fredj/rm_geojson_geoserver_workaround Frédéric Junod 2017-10-17 16:52:59 +02:00
  • ab85a91efd Merge pull request #7355 from marcosox/master Tim Schaub 2017-10-17 08:44:42 -06:00
  • bcfad6ea8b Remove GeoJSON workaround for GeoServer Frederic Junod 2017-10-16 17:09:41 +02:00
  • 011285aefe Added option to the ol.format.GeoJSON to allow the reading of the geometry_name from the geojson. Alexandre Silva 2017-10-16 14:51:55 +01:00
  • 850aaf96f2 Add pixelTolerance to olx.interaction.ExtentOptions marcosox 2017-10-16 15:46:12 +02:00
  • d40dd695cb Pass pixel tolerance as a parameter to constructor of ol.interaction.Extent marcosox 2017-10-06 18:37:25 +02:00
  • 2fa4d4bd8a Add jsDelivr hits badge Lukas Drgon 2017-10-15 18:36:14 +02:00
  • 382c6b9832 Merge pull request #7360 from openlayers/greenkeeper/eslint-4.9.0 Tim Schaub 2017-10-14 16:58:32 -06:00
  • 660a661aa1 chore(package): update eslint to version 4.9.0 greenkeeper[bot] 2017-10-14 21:19:32 +00:00
  • 924780abf1 Merge pull request #7356 from EduardoNogueira/master Tim Schaub 2017-10-14 12:13:37 -06:00
  • 7d8a74ee5a Merge pull request #7359 from akkumar/rollup_options_fix Tim Schaub 2017-10-14 12:09:34 -06:00
  • 02b899869d rename entry to input - regarding options to rollup lib - Issue #7358 Karthik Kumar A 2017-10-14 14:15:01 +05:30
  • 1f34f17436 Merge pull request #7357 from tschaub/release-v4.4.2 Tim Schaub 2017-10-13 17:27:20 -06:00
  • f6eeee37d2 Bumping versions and logging changes for v4.4.2 v4.4.2 Tim Schaub 2017-10-13 14:48:25 -06:00
  • d47dc52382 Calculate correct text box size Andreas Hocevar 2017-10-12 00:35:22 +02:00
  • 4d4afa1790 Pre-render text images for configured scale Andreas Hocevar 2017-10-11 15:40:51 +02:00
  • 1141c82da1 Handle different lineWidth scaling in Safari Andreas Hocevar 2017-10-11 00:32:45 +02:00
  • 637cf7c65f Allow reference image creation without existing reference image Andreas Hocevar 2017-10-09 18:46:28 +02:00
  • 84f083af86 Take pixel ratio into account for text stroke Andreas Hocevar 2017-10-09 18:45:55 +02:00
  • 90b08cdc1c Set time and handle frame animation in raster source Tim Schaub 2017-10-09 18:01:08 -06:00
  • 623dcd881f Avoid unnecessary transition on raster sources Tim Schaub 2017-10-09 18:12:40 -06:00
  • 177fcc7bcc Consistent use of ol.tilecoord.getKeyZXY() Tim Schaub 2017-10-07 12:37:55 -06:00
  • 5a1effb483 Get rid of unnecessary coord key prefix Tim Schaub 2017-10-07 12:31:29 -06:00
  • 97745c50af Prune all except for the most recent z on URL change Tim Schaub 2017-10-07 10:29:40 -06:00
  • a4e0c54200 Maintain rendering order in the LRU cache Tim Schaub 2017-10-07 10:28:07 -06:00
  • c679e3042e Functions to get key from coord and coord from key Tim Schaub 2017-10-08 08:50:19 -06:00
  • b0f291973b Method for peeking at the newest cache entry key Tim Schaub 2017-10-07 10:04:19 -06:00
  • 168e6db951 Allow items to be removed from the cache Tim Schaub 2017-10-07 10:03:45 -06:00
  • ad29aa742e Fix documentation for target option in the controls Eduardo Nogueira 2017-10-13 18:20:45 +01:00
  • d2e6acd478 Merge pull request #7354 from openlayers/greenkeeper/closure-util-1.24.2 Frédéric Junod 2017-10-13 16:10:28 +02:00
  • 80d5cc87c4 fix(package): update closure-util to version 1.24.2 greenkeeper[bot] 2017-10-13 13:42:29 +00:00