Tom Payne
|
443e7d9a8c
|
Add ol.Map#isRendered
|
2014-02-20 19:56:22 +01:00 |
|
Tom Payne
|
710d0c1bd8
|
Handle asynchronous rendering in tests
|
2014-02-20 19:44:29 +01:00 |
|
Tom Payne
|
316c146613
|
Switch to asynchronous rendering by default
|
2014-02-20 19:42:00 +01:00 |
|
Tom Payne
|
a8f932fa07
|
Rename ol.Map#requestRenderFrame to ol.Map#render
|
2014-02-20 16:54:20 +01:00 |
|
Tom Payne
|
ebdb5dce22
|
Rename ol.Map#render to ol.Map#renderSync
|
2014-02-20 03:05:31 +01:00 |
|
Tom Payne
|
e0b8e6005c
|
Merge pull request #1712 from twpayne/fix-text-line-dash-immediate
Handle null line dashes for text stroke styles in ol.render.canvas.Immediate
|
2014-02-16 20:27:35 +01:00 |
|
Tom Payne
|
ea67e21116
|
Handle null line dashes for text stroke styles in ol.render.canvas.Immediate
|
2014-02-16 18:46:36 +01:00 |
|
Tom Payne
|
1baf63cebe
|
Merge pull request #1709 from twpayne/fix-immediate-text-style
Set text style in ol.render.canvas.Immediate
|
2014-02-15 16:14:57 +01:00 |
|
Tom Payne
|
a5fd5667b6
|
Set text style in ol.render.canvas.Immediate
|
2014-02-15 14:17:10 +01:00 |
|
Tom Payne
|
03beeafc21
|
Merge pull request #1681 from twpayne/line-dash
Fix management of line dash state
|
2014-02-13 15:40:39 +01:00 |
|
Tom Payne
|
32e527458b
|
Merge pull request #1694 from twpayne/protocol-relative-url
Use protocol relative URL in tile sources
|
2014-02-13 15:26:38 +01:00 |
|
Tom Payne
|
c31d423717
|
Merge pull request #1695 from twpayne/fix-render-node-leak
Save replay group, even if empty
|
2014-02-13 15:25:56 +01:00 |
|
Tom Payne
|
3d1e4db8ff
|
Merge pull request #1658 from twpayne/vector-context-api-stability
Add API stability to ol.render.IVectorContext
|
2014-02-07 14:03:14 +01:00 |
|
Tom Payne
|
b5617cd204
|
Merge pull request #1659 from twpayne/no-enums-in-examples
No enums in examples
|
2014-02-07 14:02:48 +01:00 |
|
Tom Payne
|
b0c6fd7502
|
Add API stability to ol.render.IVectorContext
|
2014-02-06 22:51:15 +01:00 |
|
Tom Payne
|
dade8e4e1a
|
Don't export ol.proj.Units
|
2014-02-06 22:44:17 +01:00 |
|
Tom Payne
|
55c99db238
|
Use string instead of ol.proj.Units enum in examples
|
2014-02-06 22:43:25 +01:00 |
|
Tom Payne
|
b901fba742
|
Allow ol.proj.Projection units option to be a string
|
2014-02-06 22:42:36 +01:00 |
|
Tom Payne
|
37d5a4af65
|
Don't export ol.source.wms.ServerType
|
2014-02-06 22:36:47 +01:00 |
|
Tom Payne
|
ae215c7c0b
|
Remove no-longer-needed typecasts
|
2014-02-06 22:33:42 +01:00 |
|
Tom Payne
|
0475705a49
|
Don't use ol.source.wms.ServerType enum in examples
|
2014-02-06 22:33:42 +01:00 |
|
Tom Payne
|
d4ebfac74a
|
Allow ol.source.{Image,Tile}WMS serverType option to be a string
|
2014-02-06 22:33:42 +01:00 |
|
Tom Payne
|
3408b8b835
|
Don't export ol.source.State
|
2014-02-06 22:33:42 +01:00 |
|
Tom Payne
|
88c8783271
|
Allow ol.source.Source state option to be a string
|
2014-02-06 22:33:42 +01:00 |
|
Tom Payne
|
e53d7e954b
|
Don't export ol.control.ScaleLineUnits
|
2014-02-06 22:33:42 +01:00 |
|
Tom Payne
|
901af3c15f
|
Use string instead of ol.control.ScaleLineUnits enum in examples
|
2014-02-06 22:33:37 +01:00 |
|
Tom Payne
|
84fd853dc1
|
Allow ol.control.ScaleLine units option to be a string
|
2014-02-06 22:33:37 +01:00 |
|
Tom Payne
|
2cef7b98fd
|
Don't export ol.OverlayPositioning
|
2014-02-06 22:33:36 +01:00 |
|
Tom Payne
|
9af436b5a0
|
Use string instead of ol.OverlayPositioning enum in examples
|
2014-02-06 22:33:32 +01:00 |
|
Tom Payne
|
dc2bb57d18
|
Allow ol.Overlay positioning option to be a string
|
2014-02-06 22:33:32 +01:00 |
|
Tom Payne
|
14f40e6f47
|
Don't export ol.RendererHint
|
2014-02-06 22:33:32 +01:00 |
|
Tom Payne
|
a58aa0a40d
|
Use string instead of ol.RendererHint enum in examples
|
2014-02-06 22:33:25 +01:00 |
|
Tom Payne
|
41f193e8b9
|
Allow ol.Map renderer option to be a string
|
2014-02-06 19:26:15 +01:00 |
|
Tom Payne
|
8701942d40
|
Merge pull request #1655 from twpayne/vector-context
Rename IRender to IVectorContext
|
2014-02-06 18:52:53 +01:00 |
|
Tom Payne
|
55811b3a11
|
Update examples to use vectorContext property in render events
|
2014-02-06 18:03:28 +01:00 |
|
Tom Payne
|
09d5d31fc7
|
Rename ol.render.IRender to ol.render.IVectorContext
|
2014-02-06 18:03:27 +01:00 |
|
Tom Payne
|
c6cc15fdc8
|
Merge pull request #1656 from twpayne/fix-igc-projection
Fix projection in IGC example
|
2014-02-06 17:03:21 +01:00 |
|
Tom Payne
|
eb01c72b55
|
Add projection to igc example
|
2014-02-06 16:48:52 +01:00 |
|
Tom Payne
|
f1276e86a1
|
Add projection option to ol.source.IGC
|
2014-02-06 16:48:42 +01:00 |
|
Tom Payne
|
b5da2d387b
|
Merge pull request #1651 from twpayne/fix-rbush-remove
Fix ol.structs.RBush#remove
|
2014-02-06 13:56:24 +01:00 |
|
Tom Payne
|
c12f47befa
|
Merge pull request #1652 from twpayne/fix-stroke-only-multipolygon
Ensure MultiPolygons are rendered if only one of fill and stroke are set
|
2014-02-06 13:54:41 +01:00 |
|
Tom Payne
|
2993efb04f
|
Ensure MultiPolygons are rendered if only one of fill and stroke are set
|
2014-02-06 13:50:22 +01:00 |
|
Tom Payne
|
286284b0c4
|
Move remove from ol.structs.RBush to ol.structs.RBushNode
|
2014-02-06 12:48:52 +01:00 |
|
Tom Payne
|
7f64a09e3c
|
Return, and check, boolean value from ol.structs.RBush#remove indicating whether value was removed
|
2014-02-06 12:48:51 +01:00 |
|
Tom Payne
|
09326519d3
|
Replace faulty iterative ol.structs.RBush#remove with less faulty recursive version
|
2014-02-06 12:48:51 +01:00 |
|
Tom Payne
|
2b46c037d7
|
Merge pull request #1644 from twpayne/keyboard-interaction-docs
Fix capitalisation of ol.Map in docs
|
2014-02-05 17:50:10 +01:00 |
|
Tom Payne
|
3436c7e6f9
|
Fix capitalisation of ol.Map in docs
|
2014-02-05 17:12:35 +01:00 |
|
Tom Payne
|
0b4b6e2a75
|
Merge pull request #1639 from twpayne/kml-ie9
KML support for Internet Explorer
|
2014-02-05 14:23:07 +01:00 |
|
Tom Payne
|
9495a8cec4
|
Merge pull request #1641 from htulipe/issue1585
Support parsing of kml:datetime
|
2014-02-04 14:01:45 -08:00 |
|
Tom Payne
|
184118082e
|
Add FIXME to remove afterLoadXml
|
2014-02-04 22:20:45 +01:00 |
|
Tom Payne
|
a769bba65e
|
Don't use getResponseXml() on IE
|
2014-02-04 22:20:45 +01:00 |
|
Tom Payne
|
7940a2fc64
|
Don't use problematic afterLoadXml function
|
2014-02-04 22:20:45 +01:00 |
|
Tom Payne
|
91e9b82fe1
|
Use ol.xml.getLocalName in ol.format.KML
|
2014-02-04 22:20:45 +01:00 |
|
Tom Payne
|
60fe8efca1
|
Add ol.xml.getLocalName
|
2014-02-04 22:20:43 +01:00 |
|
Tom Payne
|
17fba61bf2
|
Cope with undefined baseURI in ol.format.KML
|
2014-02-04 22:19:54 +01:00 |
|
Tom Payne
|
cd1355a699
|
Use ol.xml.isNode in ol.format.KML
|
2014-02-04 22:19:54 +01:00 |
|
Tom Payne
|
f22495871c
|
Use ol.xml.isNode in ol.format.XML
|
2014-02-04 22:19:54 +01:00 |
|
Tom Payne
|
d2b7ab697f
|
Add ol.xml.isNode
|
2014-02-04 22:19:54 +01:00 |
|
Tom Payne
|
cd7df92891
|
Use ol.xml.isDocument in ol.format.KML
|
2014-02-04 22:19:53 +01:00 |
|
Tom Payne
|
99aa9f207d
|
Use ol.xml.isDocument in ol.format.XML
|
2014-02-04 22:19:53 +01:00 |
|
Tom Payne
|
a5bb4632e5
|
Add ol.xml.isDocument
|
2014-02-04 22:19:51 +01:00 |
|
Tom Payne
|
b63d0083f2
|
Use ol.xml.load in ol.source.VectorFile
|
2014-02-04 17:36:56 +01:00 |
|
Tom Payne
|
34e75e2653
|
Use ol.xml.load in ol.format.KML
|
2014-02-04 17:36:56 +01:00 |
|
Tom Payne
|
6f665c1280
|
Use ol.xml.load in ol.format.XML
|
2014-02-04 17:36:56 +01:00 |
|
Tom Payne
|
591a6cd9d2
|
Add ol.xml.load
|
2014-02-04 17:36:56 +01:00 |
|
Tom Payne
|
2b268e284e
|
Fix closing tag in tests
|
2014-02-04 17:36:56 +01:00 |
|
Tom Payne
|
62114a73e2
|
Fix typo in tests
|
2014-02-04 17:36:56 +01:00 |
|
Tom Payne
|
016efd22d1
|
Merge pull request #1636 from twpayne/fix-text-bug
Fix typo in text rendering
|
2014-02-04 06:32:51 -08:00 |
|
Tom Payne
|
ea65836edd
|
Merge pull request #1633 from twpayne/no-fail-in-topojson
Don't fail when no featues are found in ol.format.TopoJSON
|
2014-02-04 04:39:42 -08:00 |
|
Tom Payne
|
c5cf2ccd16
|
Merge pull request #1609 from twpayne/stricter-map-defined
Stricter map defined
|
2014-02-04 02:56:56 -08:00 |
|
Tom Payne
|
4beb48fa3d
|
Assert that pixel is non-null when positioning overlay
|
2014-02-04 11:47:49 +01:00 |
|
Tom Payne
|
6455c920f6
|
Make ol.Map#isDef checking stricter
|
2014-02-04 11:47:49 +01:00 |
|
Tom Payne
|
6e322bdf0b
|
Don't fail when no featues are found in ol.format.TopoJSON
|
2014-02-03 19:01:24 +01:00 |
|
Tom Payne
|
b567b888b0
|
Merge pull request #1586 from twpayne/text
Add text rendering
|
2014-02-03 08:37:50 -08:00 |
|
Tom Payne
|
1f4ab82210
|
Highlight text in vector-layer example
|
2014-02-03 16:17:52 +01:00 |
|
Tom Payne
|
46396ad0f7
|
Set ol.render.canvas.defaultTextBaseline to middle
|
2014-02-03 15:49:06 +01:00 |
|
Tom Payne
|
81eed8ea01
|
Add text to vector-layer example
|
2014-02-03 15:49:06 +01:00 |
|
Tom Payne
|
b6a7bc1248
|
Add ol.render.canvas.TextReplay
|
2014-02-03 15:49:06 +01:00 |
|
Tom Payne
|
f24bd65f40
|
Add ol.render.canvas.Instruction.SET_TEXT_STYLE
|
2014-02-03 15:49:06 +01:00 |
|
Tom Payne
|
c29b88c0e2
|
Add ol.render.canvas.Instruction.DRAW_TEXT
|
2014-02-03 15:49:06 +01:00 |
|
Tom Payne
|
a780936805
|
Fix getInteriorPoint calculation to always return a point
|
2014-02-03 15:49:06 +01:00 |
|
Tom Payne
|
3c16e03ae2
|
Pass offset and end to ol.extent.extendFlatCoordinates
|
2014-02-03 15:49:05 +01:00 |
|
Tom Payne
|
60f104c895
|
Refactor ol.render.canvas.Immediate to render text
|
2014-02-03 15:49:05 +01:00 |
|
Tom Payne
|
745da0cfc3
|
Add ol.render.canvas.TextState
|
2014-02-03 15:49:05 +01:00 |
|
Tom Payne
|
e2b2c7f3e0
|
Add ol.render.canvas.StrokeState
|
2014-02-03 15:49:05 +01:00 |
|
Tom Payne
|
5645a7e603
|
Add ol.render.canvas.FillState
|
2014-02-03 15:49:05 +01:00 |
|
Tom Payne
|
37f31c25df
|
Set ol.render.canvas.defaultTextAlign to center
|
2014-02-03 15:49:05 +01:00 |
|
Tom Payne
|
131f22efa5
|
Don't use a color name in ol.render.canvas.defaultStrokeStyle
|
2014-02-03 15:49:05 +01:00 |
|
Tom Payne
|
0137987015
|
Add scale to ol.style.Text
|
2014-02-03 15:49:04 +01:00 |
|
Tom Payne
|
16d98c5506
|
Remove ol.style.Text.equals
|
2014-02-03 15:49:04 +01:00 |
|
Tom Payne
|
09027316f5
|
Add text rendering to ol.renderer.vector
|
2014-02-03 15:49:04 +01:00 |
|
Tom Payne
|
090e3cbdd6
|
Add ol.render.IRender#drawText
|
2014-02-03 15:49:04 +01:00 |
|
Tom Payne
|
fec7d21f62
|
Add ol.render.ReplayType.TEXT
|
2014-02-03 15:49:04 +01:00 |
|
Tom Payne
|
4fb82961df
|
Replace ol.geom.MultiPolygon#getInteriorPoints with getFlatInteriorPoints
|
2014-02-03 15:49:04 +01:00 |
|
Tom Payne
|
40eb21f445
|
Replace ol.geom.Polygon#getInteriorPoint with getFlatInteriorPoint
|
2014-02-03 15:49:04 +01:00 |
|
Tom Payne
|
e251527284
|
Make ol.geom.flat.linearRingssGetInteriorPoints return flat coordinates
|
2014-02-03 15:49:03 +01:00 |
|
Tom Payne
|
db4c7d5d74
|
Make ol.geom.flat.linearRingsGetInteriorPoint return flat coordinates
|
2014-02-03 15:49:03 +01:00 |
|
Tom Payne
|
a37199675c
|
Add ol.geom.MultiLineString#getFlatMidpoints
|
2014-02-03 15:49:03 +01:00 |
|
Tom Payne
|
8e46c91bae
|
Add ol.geom.LineString#getFlatMidpoint
|
2014-02-03 15:49:03 +01:00 |
|
Tom Payne
|
155d204938
|
Make ol.geom.flat.lineStringInterpolate return flat coordinates
|
2014-02-03 15:49:03 +01:00 |
|