tsauerwein
|
22e1159736
|
Implement hashCode for ol.style.Circle
|
2014-10-31 17:22:44 +01:00 |
|
Éric Lemoine
|
6eea0a1fc6
|
Improved docs for icon options
|
2014-10-31 17:16:04 +01:00 |
|
Éric Lemoine
|
95d2085cc4
|
Merge pull request #11 from elemoine/webgl-point-refactor
Clean up WebGL replay code
|
2014-10-31 15:56:27 +01:00 |
|
Éric Lemoine
|
495a7c95a1
|
Clearer comment
|
2014-10-31 15:42:52 +01:00 |
|
Éric Lemoine
|
64bc8f74be
|
Better typing, fewer arrays
|
2014-10-31 15:41:25 +01:00 |
|
Éric Lemoine
|
8bff6a1abe
|
Flatten the WebGL replay class hierarchy
|
2014-10-31 15:23:50 +01:00 |
|
Éric Lemoine
|
ed1be0d4e7
|
Merge pull request #10 from elemoine/icon-sprite
[webgl-point] Make WebGL image replay support icon sprites
|
2014-10-31 14:52:24 +01:00 |
|
Frederic Junod
|
d4bd5f24c6
|
Move font-family customization to layout.css
|
2014-10-31 11:57:27 +01:00 |
|
Éric Lemoine
|
f332cdacf1
|
Add an icon sprite webgl example
|
2014-10-31 11:17:24 +01:00 |
|
tsauerwein
|
46ec078501
|
Add Hashable interface
|
2014-10-31 11:17:03 +01:00 |
|
Éric Lemoine
|
9201312737
|
Add support for icon sprites
|
2014-10-31 11:16:51 +01:00 |
|
Tim Schaub
|
178e3f1856
|
Merge pull request #2900 from tschaub/wrapper
Allow build.js task to add header.
|
2014-10-30 13:07:39 -06:00 |
|
Tim Schaub
|
4b7e52c76f
|
Allow build.js task to add header
|
2014-10-30 12:18:08 -06:00 |
|
Frédéric Junod
|
127818f9b7
|
Merge pull request #2893 from fredj/simplify-createDom
Don't pass an object to goog.dom.createDom for the class name
|
2014-10-30 17:57:44 +01:00 |
|
Frederic Junod
|
6ca1640659
|
Don't pass an object to goog.dom.createDom for the class name
If the second argument to goog.dom.createDom is a string, then this is
the className of the new element.
|
2014-10-30 16:53:42 +01:00 |
|
Frédéric Junod
|
2d53eb7667
|
Merge pull request #2781 from fredj/button-title
Use a standard title attribute for the control buttons
|
2014-10-30 16:52:09 +01:00 |
|
kalinbas
|
08c6e601b8
|
Update wmtssource.js
- "duplicated" style parameter is not supported by Intergraph GeoMedia
- Uppercase Parameter is needed by ARCGis
- are there other constraints?
|
2014-10-30 13:23:09 +01:00 |
|
Frederic Junod
|
a715a38d75
|
Simplify CSS code in custom-controls example
By using the ol-control css class and a button instead of a link.
|
2014-10-30 12:37:44 +01:00 |
|
Frédéric Junod
|
ffeda3f25a
|
Merge pull request #2852 from fredj/issue-2845
Add missing space between class names
|
2014-10-30 12:17:54 +01:00 |
|
Andreas Hocevar
|
8027c577bc
|
Merge pull request #2891 from ahocevar/imageloadfunction
Introduce a load function for image sources
|
2014-10-30 09:33:47 +01:00 |
|
Andreas Hocevar
|
765189b86e
|
Add missing types to olx.js
|
2014-10-30 09:22:45 +01:00 |
|
Andreas Hocevar
|
fed6376e26
|
Add imageLoadFunction option for ol.source.ImageWMS
|
2014-10-30 09:22:45 +01:00 |
|
Andreas Hocevar
|
a1e19b4905
|
Add imageLoadFunction option for ol.source.ImageStatic
|
2014-10-30 09:22:44 +01:00 |
|
Andreas Hocevar
|
46870456ac
|
Add imageLoadFunction option to ol.source.ImageMapGuide
|
2014-10-30 09:22:44 +01:00 |
|
Andreas Hocevar
|
f5761daa61
|
Add a default imageLoadFunction to be used by sources
|
2014-10-30 09:22:44 +01:00 |
|
Andreas Hocevar
|
46eb14dc96
|
Give ol.Image an imageLoadFunction argument
|
2014-10-30 09:22:34 +01:00 |
|
Andreas Hocevar
|
87a06c0086
|
Rename #getImageElement to #getImage
This adds consistency between ol.Image and ol.ImageTile. Now both have
an exportable getImage method.
|
2014-10-30 08:42:09 +01:00 |
|
Frederic Junod
|
b40c439d33
|
Add new button-title example
|
2014-10-29 16:21:34 +01:00 |
|
Florent gravin
|
74410487aa
|
Refactor the use of ol.xml.getLocalName(n)
|
2014-10-28 16:48:16 +01:00 |
|
Frederic Junod
|
9ebde652dc
|
Use a standard title attribute for the control buttons
|
2014-10-28 15:22:46 +01:00 |
|
Éric Lemoine
|
abb86e16f0
|
Merge pull request #2885 from elemoine/tilejson
Add wrapX option to TileJSON source
|
2014-10-28 14:58:08 +01:00 |
|
Éric Lemoine
|
cd80ca6024
|
Merge pull request #2890 from elemoine/layerproperty
Use correct layer property names
|
2014-10-28 14:57:56 +01:00 |
|
Éric Lemoine
|
6fe80c4111
|
Use correct layer property names
|
2014-10-28 14:22:27 +01:00 |
|
Florent gravin
|
51da7bad8c
|
Element boundedBy must not be set as geometry field on GML reading
|
2014-10-28 09:56:55 +01:00 |
|
Tim Schaub
|
f863386f39
|
Merge pull request #2887 from tschaub/more-d
Explicitly pass coordinate dimension before transforming.
|
2014-10-27 13:27:43 -06:00 |
|
Tim Schaub
|
e68eb726d2
|
Test 3d points and proj4 defs
|
2014-10-27 12:39:28 -06:00 |
|
Éric Lemoine
|
44d9950e8c
|
Merge pull request #2886 from elemoine/ternary
Use ternary notation
|
2014-10-27 17:47:10 +01:00 |
|
Tim Schaub
|
8a82048c12
|
Explicitly pass coordinate dimension before transforming
|
2014-10-27 10:33:46 -06:00 |
|
Éric Lemoine
|
1f54b33961
|
Add wrapX option to TileJSON source
|
2014-10-27 17:23:00 +01:00 |
|
Éric Lemoine
|
dc7aee1974
|
Use ternary notation
|
2014-10-27 17:22:17 +01:00 |
|
Antoine Abt
|
4d4d9abe76
|
Merge pull request #2869 from tonio/xmlexport
Export useful xml functions
|
2014-10-27 17:13:52 +01:00 |
|
Tim Schaub
|
aa41da1318
|
Merge pull request #2884 from tschaub/wkt-returns
Make WKT methods throw errors instead of calling a method that throws.
|
2014-10-27 09:15:20 -06:00 |
|
Antoine Abt
|
ef435d9deb
|
Improve doc for xml functions
|
2014-10-27 16:00:42 +01:00 |
|
Antoine Abt
|
88d1258e83
|
Rename ol.xml.load to ol.xml.parse
|
2014-10-27 16:00:42 +01:00 |
|
Antoine Abt
|
757b6a214c
|
Rename ol.xml.parse to ol.xml.parseNode
|
2014-10-27 16:00:42 +01:00 |
|
Tim Schaub
|
7c2e0fa627
|
Verbose warnings
|
2014-10-27 08:45:11 -06:00 |
|
Antoine Abt
|
ba2d39e683
|
Export useful xml functions
|
2014-10-27 15:45:06 +01:00 |
|
Tim Schaub
|
aad9e4e8d3
|
Throw instead of calling a function that throws
|
2014-10-27 08:44:31 -06:00 |
|
Antoine Abt
|
67ec0b5988
|
Merge pull request #2746 from fgravin/gmlVersionFormat
Add versioning for GML format
|
2014-10-27 15:44:06 +01:00 |
|
Frédéric Junod
|
ee3259d13e
|
Merge pull request #2882 from fredj/wmts_requestEncoding_string
Allow olx.source.WMTSOptions#requestEncoding to be a string
|
2014-10-27 14:24:15 +01:00 |
|