Commit Graph

  • c2330b9786 Remove DragZoom from default interactions Antoine Abt 2013-12-19 16:02:30 +01:00
  • adfe20dd12 Make DragBox interaction dispatch events Antoine Abt 2013-12-19 15:48:41 +01:00
  • 43b8a72e62 Add ol.DragBoxEvent Antoine Abt 2013-12-19 15:41:52 +01:00
  • bd247fa5d7 Add optional parsersNS object to extend Tom Payne 2013-12-20 15:07:09 +01:00
  • 6532d6e8f8 Merge pull request #1423 from twpayne/vector-api-null-geometries Tom Payne 2013-12-20 06:17:54 -08:00
  • be55ea5f88 Merge pull request #1420 from fredj/vector-api-igc-extensions Frédéric Junod 2013-12-20 06:02:28 -08:00
  • 8a7ae264e1 Handle feature's geometries changing to and from null in ol.source.Vector Tom Payne 2013-12-20 14:42:50 +01:00
  • 4b9451de81 Add extra assertion that feature's geometry is not null Tom Payne 2013-12-20 14:42:05 +01:00
  • bc36c2a366 Don't attempt to render features will null geometries in ol.renderer.vector.renderFeature Tom Payne 2013-12-20 14:41:37 +01:00
  • f0b14521a4 Don't attempt to render features will null geometries in ol.render.canvas.Immediate Tom Payne 2013-12-20 14:40:30 +01:00
  • 0eb00ba86b Remove dragbox.exports Antoine Abt 2013-12-19 15:38:00 +01:00
  • cf8adffdb2 Add style option to DragZoom interaction Éric Lemoine 2013-12-05 11:31:07 +01:00
  • eb840777e8 Add style option to DragBox interaction Éric Lemoine 2013-12-05 11:30:46 +01:00
  • 18f9eeab12 No default style in ol.render.Box Éric Lemoine 2013-12-05 11:30:18 +01:00
  • de329b02d3 Rename drag zoom interaction exports file Éric Lemoine 2013-12-05 11:13:30 +01:00
  • 0960584cfc Make DragZoom interaction inherit from DragBox Éric Lemoine 2013-12-05 11:12:52 +01:00
  • 6b305cd146 Add ol.interaction.DragBox Éric Lemoine 2013-12-05 11:11:23 +01:00
  • 91a61f3152 ol.render.Box refactoring Éric Lemoine 2013-12-05 11:10:25 +01:00
  • 0724300685 Rename a property Éric Lemoine 2013-12-05 09:44:18 +01:00
  • 712f451179 Use better type Éric Lemoine 2013-12-05 09:43:17 +01:00
  • 0b6e1e91c0 ol.render.DragBox renamed to ol.render.Box Éric Lemoine 2013-12-05 09:40:50 +01:00
  • eaf6d7caef Add ol.format.IGC#getExtensions Frederic Junod 2013-12-20 09:08:08 +01:00
  • e789d9a6fe Merge pull request #1359 from twpayne/vector-api-polyline Tom Payne 2013-12-19 09:15:46 -08:00
  • 432c6d8af3 Optimize encode Tobias Bieniek 2013-12-19 18:14:10 +01:00
  • 7de4a9e2cb Merge pull request #1368 from twpayne/vector-api-kml Tom Payne 2013-12-19 09:07:43 -08:00
  • 1a3218266c Add drag-and-drop example Tom Payne 2013-12-18 20:14:00 +01:00
  • 5c517cde19 Add ol.interaction.DragAndDrop Tom Payne 2013-12-18 20:13:47 +01:00
  • 33bf2b746f Add ol.format.KML#readName Tom Payne 2013-12-19 13:06:18 +01:00
  • fd5924dd13 Add kml-earthquakes example Tom Payne 2013-12-18 20:13:26 +01:00
  • 2eba705ccc Merge pull request #1356 from tonio/vector-api-multiplegeom Antoine Abt 2013-12-19 08:11:52 -08:00
  • 828c35d239 Use more interesting data in KML example Tom Payne 2013-12-18 20:12:33 +01:00
  • c859dd0e94 Add kml example Tom Payne 2013-12-18 20:08:44 +01:00
  • d81efbcd13 Correct styleUrls in example KML data Tom Payne 2013-12-18 20:08:20 +01:00
  • 782616c1bb Ensure that features in example KML data are visible Tom Payne 2013-12-18 20:07:46 +01:00
  • cd8a5fbe4d Add kml-timezones example Tom Payne 2013-12-18 20:07:15 +01:00
  • 904578f694 Add ol.source.KML Tom Payne 2013-12-18 20:06:28 +01:00
  • 1d8f81d637 Add ol.format.KML Tom Payne 2013-12-18 20:05:51 +01:00
  • 578699970e Add ol.xml Tom Payne 2013-12-18 20:05:08 +01:00
  • 07c20c93fc Add ol.format.GeoJSON#getExtensions Tom Payne 2013-12-18 20:04:55 +01:00
  • befd1fc5f8 Add ol.format.Format#getExtensions Tom Payne 2013-12-18 20:04:31 +01:00
  • 986f6559b7 Refactor ol.format.XML Tom Payne 2013-12-18 20:04:10 +01:00
  • af7b410d14 Merge pull request #1417 from twpayne/vector-api-image-rotate-and-scale Tom Payne 2013-12-19 07:41:54 -08:00
  • e4ea8a750e Cast serverType option in examples Frederic Junod 2013-12-19 16:31:08 +01:00
  • 5f3d018476 Export ol.source.wms.ServerType.* Frederic Junod 2013-12-19 16:30:28 +01:00
  • bfba52aef4 Add image rotation and scaling to ol.render.canvas.Immediate Tom Payne 2013-12-19 15:36:55 +01:00
  • fe2f028777 Sort miscellaneous properties and add rotation and scale Tom Payne 2013-12-19 15:36:24 +01:00
  • b3f77b4d68 Add image rotation and scaling to ol.render.canvas.Replay Tom Payne 2013-12-19 15:32:08 +01:00
  • c6b961782a Sort miscellaneous properties and add rotation and scale Tom Payne 2013-12-19 15:31:46 +01:00
  • d82f1f8e02 Add scale to ol.style.IconStyle Tom Payne 2013-12-19 15:28:44 +01:00
  • 9524a46f41 Add scale to ol.style.Image Tom Payne 2013-12-19 15:28:15 +01:00
  • 2a6979e15a ol.style.Image rotation is always defined Tom Payne 2013-12-19 16:25:57 +01:00
  • 1277b0ffd3 Move serverType option to olx.source.ImageWMSOptions Frederic Junod 2013-12-19 09:30:18 +01:00
  • fd902008a2 Fix GeoServer format option param key Frederic Junod 2013-12-19 09:26:29 +01:00
  • 9bf445c37f Merge pull request #1418 from fredj/vector-api-lineCap Frédéric Junod 2013-12-19 07:08:53 -08:00
  • 06ba19896c Set default canvas lineJoin and lineCap to 'round' Frederic Junod 2013-12-19 15:40:31 +01:00
  • 8fb729258d Merge pull request #1414 from twpayne/vector-api-add-features Tom Payne 2013-12-19 06:30:25 -08:00
  • 1cb70592d7 Use addFeatures in ol.source.VectorFile Tom Payne 2013-12-19 14:11:01 +01:00
  • b2c822c9ca Clear null geometry features in ol.source.Vector#clear Tom Payne 2013-12-19 13:36:21 +01:00
  • f1fac356dd Change ol.source.Vector#removeFeatureInternal from private to protected Tom Payne 2013-12-19 13:25:48 +01:00
  • 3af6521ee3 Use addFeaturesInternal in ol.source.Vector constructor Tom Payne 2013-12-19 13:24:06 +01:00
  • 0912c8f6ea Add ol.source.Vector#addFeatures Tom Payne 2013-12-19 13:23:35 +01:00
  • e6c66d3678 Add ol.source.Vector#addFeaturesInternal Tom Payne 2013-12-19 13:21:51 +01:00
  • 387fcfbdb0 Factor out ol.source.Vector#addFeatureInternal Tom Payne 2013-12-19 13:20:43 +01:00
  • 491482870b Merge remote-tracking branch 'openlayers/master' into vector-api Tom Payne 2013-12-19 14:52:47 +01:00
  • bd35cd89e6 Merge pull request #1415 from twpayne/rbush-clear Tom Payne 2013-12-19 05:51:12 -08:00
  • 511f79ebee Merge pull request #1416 from elemoine/vector-api-icon-shape Éric Lemoine 2013-12-19 05:45:35 -08:00
  • 84e98b4422 Export ol.style.Style getters Éric Lemoine 2013-12-19 13:58:03 +01:00
  • f22f1e1f04 Export ol.style.Stroke getters Éric Lemoine 2013-12-19 13:57:49 +01:00
  • c9c8fad01a Export ol.style.Image getters Éric Lemoine 2013-12-19 13:57:30 +01:00
  • ad945e6331 Export ol.style.Icon getters Éric Lemoine 2013-12-19 13:57:06 +01:00
  • 47a1ec3a00 Export ol.style.Fill getters Éric Lemoine 2013-12-19 13:56:50 +01:00
  • 0dad9f49c7 Export ol.style.Circle getters Éric Lemoine 2013-12-19 13:56:35 +01:00
  • 44d310bb6d Add getters to ol.style.Text Éric Lemoine 2013-12-19 13:34:07 +01:00
  • d4d9cb6a3a Add getters to ol.style.Stroke Éric Lemoine 2013-12-19 13:19:51 +01:00
  • 5cd3ab06fc Add getters to ol.style.Image Éric Lemoine 2013-12-19 13:02:10 +01:00
  • e4f2a7552e Add getters to ol.style.Icon Éric Lemoine 2013-12-19 11:43:56 +01:00
  • 484c5b2fe3 Fix bug in ol.structs.RBush#clear Tom Payne 2013-12-19 13:56:39 +01:00
  • 16047ff852 Add getters to ol.style.Fill Éric Lemoine 2013-12-19 11:41:38 +01:00
  • 8fdd178d0a Add getters to ol.style.Circle Éric Lemoine 2013-12-19 11:36:31 +01:00
  • 1e24ec28be Add getters to ol.style.Style Éric Lemoine 2013-12-19 11:32:57 +01:00
  • fe7b614f22 Support hit detection on tainted canvas Éric Lemoine 2013-12-19 09:10:09 +01:00
  • 2bd0f8ae3e Add ol.style.Icon#getHitDetectionImage Éric Lemoine 2013-12-19 09:08:58 +01:00
  • 59910339cd Add ol.style.Circle#getHitDetectionImage Éric Lemoine 2013-12-19 09:08:30 +01:00
  • ebcc6ab509 Add ol.style.Image#getHitDetectionImage abstract method Éric Lemoine 2013-12-19 09:08:04 +01:00
  • a5089a0e0c Example rtree uses ol.style.Circle Éric Lemoine 2013-12-18 22:46:09 +01:00
  • 57814aba04 Example synthetic-points uses ol.style.Circle Éric Lemoine 2013-12-18 22:44:30 +01:00
  • 41ec0fd79b Example igc uses ol.style.Circle Éric Lemoine 2013-12-18 22:40:22 +01:00
  • 722bf3e0b2 Example geojson uses ol.style.Circle Éric Lemoine 2013-12-18 22:38:27 +01:00
  • 864d4d95e5 Example dynamic-data uses ol.style.Circle Éric Lemoine 2013-12-18 22:34:55 +01:00
  • 573b15182c Example icon uses ol.style.Icon Éric Lemoine 2013-12-18 22:27:00 +01:00
  • faf6722c84 Canvas immediate uses ol.style.Image#getImage Éric Lemoine 2013-12-18 22:34:15 +01:00
  • ee1ac6b23c Canvas replay uses ol.style.Image#getImage Éric Lemoine 2013-12-18 22:25:58 +01:00
  • a97e3d036b Remove olx.style.ImageOptions Éric Lemoine 2013-12-18 22:08:20 +01:00
  • d2d801d8a6 Add olx.style.IconOptions Éric Lemoine 2013-12-18 22:07:48 +01:00
  • 6afd711c66 Add olx.style.CircleOptions Éric Lemoine 2013-12-18 22:07:28 +01:00
  • 1b22ea0677 Remove ol.shape.renderCircle Éric Lemoine 2013-12-18 22:06:56 +01:00
  • 4b9de0a93c Remove ol.icon.renderIcon Éric Lemoine 2013-12-18 22:06:32 +01:00
  • e44aa1e14a Make ol.style.Image a base class for Icon and Circle Éric Lemoine 2013-12-18 22:06:05 +01:00
  • c786b91f3c Export ol.style.Circle Éric Lemoine 2013-12-18 23:02:42 +01:00
  • 65a75399c2 Add ol.style.Circle Éric Lemoine 2013-12-18 22:05:30 +01:00