Commit Graph
100 Commits
Author SHA1 Message Date
Tom Payne b613c9cde7 Merge pull request #1859 from pgiraud/geolocation_tracking_orientation
Geolocation tracking with orientation example
2014-03-24 12:53:53 +01:00
Tom Payne 710e6df71a Merge pull request #1892 from twpayne/fix-stack-overflow
Fix stack overflow when handling very, very large numbers of coordinates
2014-03-24 12:07:58 +01:00
Tom Payne 369c20388e Use ol.array.safeExtend in ol.format.KML 2014-03-24 11:56:53 +01:00
Tom Payne 82b703f3f0 Use ol.array.safeExtend in ol.format.GML 2014-03-24 11:56:53 +01:00
Tom Payne dbc4f4e621 Use ol.array.safeExtend in ol.geom.Polygon 2014-03-24 11:56:53 +01:00
Tom Payne c1d37195f5 Use ol.array.safeExtend in ol.geom.MultiPolygon 2014-03-24 11:56:53 +01:00
Tom Payne b9a6048791 Use ol.array.safeExtend in ol.geom.MultiPoint 2014-03-24 11:56:53 +01:00
Tom Payne 765985c5a9 Use ol.array.safeExtend in ol.geom.MultiLineString 2014-03-24 11:56:53 +01:00
Tom Payne de2ee2451e Use ol.array.safeExtend in ol.geom.LineString 2014-03-24 11:56:53 +01:00
Tom Payne 71dae7b71e Add ol.array.safeExtend 2014-03-24 11:56:53 +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
Tom Payne 0ea102ae66 Merge pull request #1874 from twpayne/wfs-fixes
Miscellaneous GML and WFS fixes
2014-03-19 12:54:49 +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
Tom Payne 84479a096f Merge pull request #1871 from twpayne/select-toggle
Replace ol.interaction.Select add with toggle
2014-03-17 17:10:45 +01:00
Tom Payne 395f1222a1 Add remove and toggle options to ol.interaction.Select 2014-03-17 16:43:41 +01:00
Tom Payne 29d1ee5e03 Add ol.events.condition.never 2014-03-17 16:40:38 +01:00
Tom Payne ade384f842 Merge pull request #1868 from twpayne/wrap-x
Add wrapX option to ol.source.XYZ
2014-03-17 14:16:56 +01:00
Tom Payne 27943d9ed6 Tidy up setting of default projection 2014-03-17 14:08:41 +01:00
Tom Payne 2100cd30df Add wrapX option to ol.source.XYZ 2014-03-17 14:08:41 +01:00
Tom Payne df71854561 Merge ol.pointer.CLONE_PROPS and CLONE_DEFAULTS into a single array 2014-03-14 10:16:27 +01:00
Tom Payne 24b3f3dcc0 Merge pull request #1853 from twpayne/leading-whitespace
Remove leading whitespace
2014-03-12 20:24:46 +01:00
Tom Payne dbca1795cf Merge pull request #1849 from twpayne/remove-old-modify-interaction
Remove old modify interaction
2014-03-12 19:53:45 +01:00
Tom Payne 9bd49e985e Add leading whitespace check 2014-03-12 19:52:38 +01:00
Tom Payne 271487c1bc Remove leading whitespace 2014-03-12 19:52:13 +01:00
Tom Payne 63f50fc035 Merge pull request #1852 from adube/example-vector-labels
Add rotation, offsetX and offsetY to vector-labels example
2014-03-12 15:53:22 +01:00
Tom Payne f60891a4f4 Merge pull request #1851 from twpayne/looser-tests
Don't compare floating point numbers for exact equality
2014-03-12 15:16:59 +01:00
Tom Payne 82c4850f69 Don't compare floating point numbers for exact equality 2014-03-12 15:00:04 +01:00
Tom Payne f7fa1ff4ad Merge pull request #1847 from twpayne/split-ol-geom-flat
Split ol.geom.flat into smaller modules
2014-03-12 14:41:25 +01:00
Tom Payne 9c59ac8570 Merge pull request #1848 from twpayne/remove-old-parsers
Remove old parsers
2014-03-12 14:38:49 +01:00
Tom Payne ec3147504a Merge pull request #1850 from twpayne/wms-ex-geographic-bounding-box
Fix parsing of EX_GeographicBoundingBox when ol3 is compiled
2014-03-12 14:36:42 +01:00
Tom Payne 1a643e1b37 Fix parsing of EX_GeographicBoundingBox when ol3 is compiled 2014-03-12 14:25:23 +01:00
Tom Payne df03bdeae8 Remove old ol.interaction.Modify 2014-03-12 13:51:35 +01:00
Tom Payne 3e145c0bc6 Remove old modify-features example 2014-03-12 13:51:12 +01:00
Tom Payne a0f234595e Remove old WMS GetCapabilities parser tests 2014-03-12 13:49:02 +01:00
Tom Payne eaccf2471c Remove old WMS GetCapabilities parser 2014-03-12 13:49:02 +01:00
Tom Payne 6d3f30328b Remove old WFS parser tests 2014-03-12 13:49:02 +01:00
Tom Payne bdca074077 Remove old WFS parser 2014-03-12 13:48:31 +01:00
Tom Payne bf0e788658 Remove old GML parser tests 2014-03-12 13:48:31 +01:00
Tom Payne 9492c95539 Remove old GML parser 2014-03-12 13:42:56 +01:00
Tom Payne a7fa4487a5 Remove old gml example 2014-03-12 13:41:52 +01:00
Tom Payne 78c8d976eb Remove empty ol.geom.flat 2014-03-12 13:26:14 +01:00
Tom Payne 48af6ecd1c Factor out ol.geom.flat.center 2014-03-12 13:26:14 +01:00
Tom Payne ca44c6328c Factor out ol.geom.flat.transform 2014-03-12 13:26:14 +01:00
Tom Payne 6a00c14841 Move squaredDistance and squaredSegmentDistance into ol.math 2014-03-12 13:26:14 +01:00
Tom Payne 65dcc38fad Factor out ol.geom.flat.reverse 2014-03-12 13:26:14 +01:00
Tom Payne 3541a01aab Factor out ol.geom.flat.inflate 2014-03-12 13:26:14 +01:00
Tom Payne 9ca996725e Factor out ol.geom.flat.flip 2014-03-12 13:26:14 +01:00
Tom Payne 266c43dc78 Factor out ol.geom.flat.deflate 2014-03-12 13:26:14 +01:00
Tom Payne d525b43d06 Factor out ol.geom.flat.contains and interiorpoint 2014-03-12 13:26:14 +01:00
Tom Payne 1363ce3a58 Factor out ol.geom.flat.orient 2014-03-12 13:26:14 +01:00
Tom Payne becd1318bd Factor out ol.geom.flat.area 2014-03-12 13:26:13 +01:00
Tom Payne 20ee1dc992 Factor out ol.geom.flat.length 2014-03-12 13:26:13 +01:00
Tom Payne 522fda1688 Factor out ol.geom.flat.interpolate 2014-03-12 13:26:13 +01:00
Tom Payne c8165a8168 Factor out ol.geom.flat.simplify 2014-03-12 13:26:13 +01:00
Tom Payne 2b6845244c Factor out ol.geom.flat.closest 2014-03-12 13:26:13 +01:00
Tom Payne b565092d62 Use goog.math.lerp in ol.geom.flat.lineStringCoordinateAtM 2014-03-12 13:26:13 +01:00
Tom Payne 76779c175f Use goog.math.lerp in ol.geom.flat.lineStringInterpolate 2014-03-12 13:26:13 +01:00
Tom Payne 86dc90ceca Merge pull request #1830 from twpayne/geom-fixes
Extra geometry functions
2014-03-12 13:24:45 +01:00
Tom Payne 5c6eb85040 Merge pull request #1843 from twpayne/no-regex
Don't use the regex module
2014-03-12 11:57:29 +01:00
Tom Payne fa1fae732f Don't use the regex module 2014-03-11 21:41:36 +01:00
Tom Payne 0c8552edbb Add ol.Sphere#circle 2014-03-11 15:28:16 +01:00
Tom Payne 0e26ee3181 Merge pull request #1828 from twpayne/frame-state-extern
Prevent renaming of frameState properties
2014-03-11 14:21:54 +01:00
Tom Payne 0335d4aa6a Use oli.View2DState instead of ol.View2DState 2014-03-10 17:19:29 +01:00
Tom Payne 0a3ef09c30 Add oli.View2DState extern 2014-03-10 17:19:11 +01:00
Tom Payne b77f0e7d3a Add ol.geom.MultiPolygon#appendPolygon 2014-03-10 16:53:20 +01:00
Tom Payne c8bbeca06e Add ol.geom.MultiPolygon#getPolygon 2014-03-10 16:53:20 +01:00
Tom Payne 719384ad14 Tidy up ol.geom.MultiPolygon#getPolygons 2014-03-10 16:53:20 +01:00
Tom Payne cb27ae5826 Add test for ol.geom.MultiPolygon#getPolygons 2014-03-10 16:53:20 +01:00
Tom Payne 7a51b4c7b6 Add ol.geom.MultiLineString#appendLineString 2014-03-10 16:53:20 +01:00
Tom Payne 7ee4fb8a2e Add ol.geom.MultiLineString#getLineString 2014-03-10 16:53:20 +01:00
Tom Payne 669f21ca29 Construct individual line strings directly from flat coordinates 2014-03-10 16:53:20 +01:00
Tom Payne ddfce24f05 Add ol.geom.MultiPoint#getPoint 2014-03-10 16:53:20 +01:00
Tom Payne 361d31b596 Construct individual points directly from flat coordinates 2014-03-10 16:53:19 +01:00
Tom Payne 033e2e7dd8 Add ol.geom.MultiPoint#appendPoint 2014-03-10 16:53:19 +01:00
Tom Payne c2d4ffaba1 Add ol.geom.Polygon#getLinearRing 2014-03-10 16:53:19 +01:00
Tom Payne 03911e6c6b Add ol.geom.Polygon#appendLinearRing 2014-03-10 16:53:19 +01:00
Tom Payne 94cfb3205a Add ol.geom.LineString#appendCoordinate 2014-03-10 16:53:19 +01:00
Tom Payne 470790b811 Check arguments passed to ol.geom.MultiPolygon#setFlatCoordinates 2014-03-10 16:53:19 +01:00
Tom Payne ee5a9d6a4e Check arguments passed to ol.geom.MultiLineString#setFlatCoordinates 2014-03-10 16:53:19 +01:00
Tom Payne 23dc855c2f Check arguments passed to ol.geom.Polygon#setFlatCoordinates 2014-03-10 16:53:19 +01:00
Tom Payne 022a7a03e0 Use oli.FrameState instead of ol.FrameState 2014-03-10 14:48:23 +01:00
Tom Payne 8aca7ce140 Add oli.FrameState extern 2014-03-10 14:45:49 +01:00
Tom Payne 6cadc2b9ab Merge pull request #1785 from adube/example-labels
Example labels
2014-03-10 14:11:31 +01:00
Tom Payne 586c4b9cd2 Merge pull request #1746 from sbrunner/fitcoordinates
Fit coordinates on visible map, Center coodinate on positions
2014-03-10 14:08:47 +01:00
Tom Payne 7a1e4aa6c8 Merge pull request #1820 from twpayne/fix-multipolygon-get-polygons
Fix calculation of ends in ol.geom.MultiPolygon#getPolygons
2014-03-07 19:50:19 +01:00
Tom Payne f32d491d45 Fix calculation of ends in ol.geom.MultiPolygon#getPolygons 2014-03-07 19:49:38 +01:00
Tom Payne 7da18bd144 Merge pull request #1819 from oterral/fix_anchor
Fix anchor origin calculation
2014-03-07 14:49:14 +01:00
Tom Payne d1a85502a4 Merge pull request #1810 from twpayne/rbush-get-in-extent
Rename ol.structs.RBush#getAllInExtent to getInExtent
2014-03-06 14:40:01 +01:00
Tom Payne e5ee44f8ad Rename ol.structs.RBush#getAllInExtent to getInExtent 2014-03-06 14:30:56 +01:00
Tom Payne 189ba34955 Merge pull request #1802 from twpayne/kml-icon-anchor
Fix KML icon anchor origin
2014-03-04 18:06:26 +01:00
Tom Payne d2a52ba56d Fix KML anchor origin 2014-03-04 16:38:33 +01:00
Tom Payne 6c83189574 Merge pull request #1801 from twpayne/osm-xml-way-id
Set way ids in ol.format.OSMXML
2014-03-04 16:14:31 +01:00
Tom Payne c06484344e Hoist var declaration 2014-03-04 16:04:52 +01:00