Commit Graph

15577 Commits

Author SHA1 Message Date
Tom Payne 2bb829594e Add jshint to dependencies 2014-03-23 19:59:50 +01:00
Tom Payne 004d8b721d Add .jshintrc 2014-03-23 19:59:49 +01:00
Tom Payne 14cca5e2f9 Make vector-labels example work in advanced mode 2014-03-23 19:59:49 +01:00
Tom Payne 06469ede50 No need to quote properties in vector-labels example 2014-03-23 19:59:49 +01:00
Tom Payne 9a6b502960 Add missing semicolon 2014-03-23 19:59:49 +01:00
Tom Payne 8c6c262a6a Don't redeclare variable 2014-03-23 19:59:49 +01:00
Tom Payne a5cc4d0728 Use === to compare with undefined 2014-03-23 19:59:49 +01:00
Tom Payne b91371348e Disable warnings about property access 2014-03-23 19:59:49 +01:00
Tom Payne 4a8ef6a229 Use dot property access in ol.pointer.TouchSource 2014-03-23 19:59:49 +01:00
Tom Payne cf111c7a77 Add missing externs for Touch 2014-03-23 19:59:49 +01:00
Tom Payne aeb1626b08 Suppress jshint warnings about use of String as a constructor 2014-03-23 19:59:49 +01:00
Tom Payne 06dc1aa4f2 Suppress warning about fall-through in switch statement 2014-03-23 19:59:49 +01:00
Tom Payne a54f3c6644 Move nodeName into correct scope 2014-03-23 18:30:03 +01:00
Tom Payne 35dea5e3a6 Always use === to compare with 0 2014-03-23 18:29:47 +01:00
Tom Payne 7f5446afff Merge pull request #1889 from twpayne/layer-spy-pixel-ratio
Take pixel ratio into account in layer-spy example
2014-03-23 03:05:33 +01:00
Tom Payne f051230f99 Take pixel ratio into account in layer-spy example 2014-03-23 02:54:15 +01:00
Bart van den Eijnden 56e958f209 Merge pull request #1878 from bartvde/mapquest-https
MapQuest HTTPS problem (r=@fredj)
2014-03-21 13:36:23 +01:00
Antoine Abt 4879f79094 Merge pull request #1877 from tonio/skip_features
Replace renderGeometryFunction by skippedFeatures
2014-03-21 09:57:19 +01:00
Bart van den Eijnden c7529113fb Fix MapQuest source when using https 2014-03-21 08:56:59 +01:00
Tim Schaub 788c734635 Merge pull request #1887 from tschaub/editing-examples
Separate test example from modify example.
2014-03-20 15:29:17 -06:00
Tim Schaub 1b4aa63673 Separate test example from modify example 2014-03-20 12:18:17 -06:00
Frédéric Junod 185a655cdd Merge pull request #1881 from fredj/pointerevents-cleanups
Miscellaneous pointer events cleanups
2014-03-20 16:36:35 +01:00
Éric Lemoine 3b642ae549 Remove the getSkippedFeatureUids function 2014-03-20 13:30:45 +01:00
Éric Lemoine c4b654b26c Rename skippedFeaturesHash to skippedFeatureUids 2014-03-20 13:29:30 +01:00
Éric Lemoine 71484d9a53 Better API doc strings in ol.Map 2014-03-20 13:25:20 +01:00
Éric Lemoine 435e5e6916 Better type checking in ol.Map 2014-03-20 13:19:54 +01:00
Antoine Abt 6a4c2bccc5 Coding style 2014-03-20 13:08:10 +01:00
Antoine Abt 78039aceb8 Use a hash to store features uids 2014-03-20 13:03:31 +01:00
Frederic Junod 764d7aaaa4 Remove unused ol.pointer.PointerEvent#originalEvent 2014-03-20 12:38:14 +01:00
Frederic Junod 6af2d5ae47 Remove trailing newlines 2014-03-20 12:38:14 +01:00
Frederic Junod 6d4552c783 Cache the result of goog.object.getCount 2014-03-20 12:38:14 +01:00
Frederic Junod a2375d58b6 Store touch coordinates as ol.Pixel instead of goog.math.Coordinate 2014-03-20 12:38:14 +01:00
Frederic Junod 395fdf9bbf Move function declaration out of the constructor 2014-03-20 12:38:13 +01:00
Andreas Hocevar 23e1e6e0f4 Merge pull request #1875 from ahocevar/modify-performance
Do not update RTree while dragging vertices
2014-03-20 10:43:47 +01:00
Antoine Abt d0f2dd354b Trigger render on skippedFeatures change 2014-03-20 10:25:45 +01:00
Antoine Abt e1e4969599 Name frameState skippedFeaturesIds as private 2014-03-20 10:24:39 +01:00
Antoine Abt 0d87516135 Map stores skippedFeatures instead of layers 2014-03-19 17:24:58 +01:00
Tom Payne 0ea102ae66 Merge pull request #1874 from twpayne/wfs-fixes
Miscellaneous GML and WFS fixes
2014-03-19 12:54:49 +01:00
Antoine Abt e91db0f9af Check for null layers (for postcompose hitdetection) 2014-03-19 12:33:48 +01:00
Antoine Abt c8de4d908d Skip features in select interaction 2014-03-19 12:33:32 +01:00
Antoine Abt c2c3798087 Update select-features example styles 2014-03-19 12:31:45 +01:00
Antoine Abt 9f7cba0ac0 Skipped features replaces RenderGeometryFunction 2014-03-19 12:31:45 +01:00
ahocevar 878f7cc7c8 Do not update RTree while dragging vertices 2014-03-19 11:36:55 +01:00
Tom Payne 1fc1cd0b2f Merge pull request #1873 from twpayne/sphere-interpolate
Add ol.Sphere#interpolate
2014-03-19 00:13:46 +01:00
Tom Payne f41a4dc543 Add EPSG:4326 tests 2014-03-18 19:12:27 +01:00
Tom Payne 0b5f0d0c8e Add ol.Sphere#interpolate 2014-03-18 18:52:44 +01:00
Tom Payne b3ac959d6a Parse coordinates in GML in a single pass 2014-03-18 16:18:54 +01:00
Tom Payne 84cb3c88ef Fix fixing of OGC stupidity 2014-03-18 16:18:49 +01:00
Tom Payne 1b2e9aa13d Fix return types 2014-03-18 16:18:44 +01:00
Tom Payne 088a748d70 Remove tests for spherical geometry on poorly defined points 2014-03-18 14:58:39 +01:00