Erik Timmers
4c03b3b35c
Parse WKT strings using a lexer/parser
2014-07-13 23:09:38 +02:00
Erik Timmers
621aafbdde
Encode WKT strings statically
2014-07-13 22:36:12 +02:00
Andreas Hocevar
cc9acef01f
Merge pull request #2358 from probins/patch-1
...
Change docs landing page to link to transformExtent
2014-07-13 17:19:35 +02:00
Marc Jansen
5cd202d50b
Merge pull request #2355 from probins/mapelements
...
Document map DOM elements
2014-07-13 11:05:05 +02:00
Peter Robins
be09368359
Document map DOM elements
2014-07-13 07:47:47 +00:00
Peter Robins
3259b1078c
Change docs landing page to link to transformExtent
2014-07-13 08:34:12 +01:00
Tim Schaub
7286c29fbc
Merge pull request #2343 from tschaub/build-cleanups
...
Build cleanups.
2014-07-13 01:18:01 -06:00
Tim Schaub
847440f30a
Merge pull request #2342 from tschaub/private-proj
...
Make internal proj constructors private.
2014-07-13 01:11:57 -06:00
Tim Schaub
f5830cc8e5
Unused JAVA executable
2014-07-12 14:46:05 -06:00
Tim Schaub
5010596ec0
Unused JAR executable
2014-07-12 14:45:20 -06:00
Tim Schaub
db431ebdc6
No reason for build.py to run generate-exports.js
...
The doc task does not use the generated exports.js file.
2014-07-12 14:43:50 -06:00
Tim Schaub
df2c14b7af
Remove unnecessary linting of generated exports file
2014-07-12 14:43:50 -06:00
Tim Schaub
c93e80a14a
Always regenerate info using all sources if any have changed
...
Because we don't know if a new or modified file includes changes to the class hierarchy, we regenerate info for all sources any time any one has changed. An alternative would be to generate info first for the new or modified file and then (potentially) regenerate info for more source files in the class hierarchy, but this makes the generate-info.js task far more complicated.
2014-07-12 14:39:18 -06:00
Tim Schaub
543250c88a
Merge pull request #2346 from tschaub/clean-css
...
Minify CSS.
2014-07-12 11:48:12 -06:00
Marc Jansen
59fe635b46
Merge pull request #2350 from probins/obj
...
Expand on docs for observable properties
2014-07-12 17:51:47 +02:00
Peter Robins
753727c15f
Expand on docs for observable properties
2014-07-12 15:28:46 +00:00
Peter Robins
96ec96c4d5
Improve docs for projection
2014-07-12 11:31:38 +00:00
Tim Schaub
046ae42b38
Merge pull request #2347 from tschaub/render-sync
...
Fix the export map example.
2014-07-11 23:48:16 -06:00
Tim Schaub
a6f921d443
To force a download by setting the href, we need synchronous rendering
2014-07-11 21:49:57 -06:00
Tim Schaub
3e23da7c83
Minify CSS
2014-07-11 21:25:21 -06:00
Tim Schaub
aa4dbde841
Remove static and other attributes from the docs
2014-07-11 19:47:49 -06:00
Éric Lemoine
8c1ad54bd8
Merge pull request #2340 from tsauerwein/view-fitGeometry-maxZoom
...
Add maxZoom to ol.View.fitGeometry() options
2014-07-11 17:02:18 +02:00
tsauerwein
3b8e182856
Add maxZoom to ol.View.fitGeometry() options
2014-07-11 16:31:01 +02:00
Éric Lemoine
b8c39bd62c
Merge pull request #2336 from elemoine/seturl
...
Add ol.source.TileWMS#setUrls and setUrl
v3.0.0-gamma.2
2014-07-11 12:31:00 +02:00
Éric Lemoine
b518466968
Merge pull request #2335 from elemoine/pixelratio-xyz
...
Add tilePixelRatio option to ol.source.XYZ
2014-07-11 12:17:50 +02:00
Peter Robins
5fb78fb352
Add ol.source.TileWMS#setUrls and setUrl
2014-07-11 12:07:07 +02:00
Petr Pridal
1a933febcd
Add tilePixelRatio option to ol.source.XYZ
2014-07-11 12:03:55 +02:00
Éric Lemoine
2b4b2dadf7
Be stricter with the type of ol.source.TileWMS#_urls
2014-07-11 12:03:02 +02:00
Antoine Abt
aafa578805
Merge pull request #2159 from tonio/attributions
...
Merge Logo control into Attribution
2014-07-11 11:48:21 +02:00
Antoine Abt
e707e918aa
Use @api annotation
2014-07-11 10:31:03 +02:00
Antoine Abt
1c8fc8358a
Remove reference to ol-logo
2014-07-11 10:31:03 +02:00
Antoine Abt
f0f9291161
Add attributions example
...
Showing how to dynamically change collapsed/collapsible properties for ≠
map sizes.
2014-07-11 10:31:03 +02:00
Antoine Abt
4f087f1b84
Add getter/setter for collapsed & collapsible
2014-07-11 10:18:56 +02:00
Antoine Abt
6744713a54
Register button handlers the new way
2014-07-11 10:18:56 +02:00
Antoine Abt
d5d5f58809
Do not collapse Attributions when using OSM source
2014-07-11 10:18:55 +02:00
Antoine Abt
4d150e6b84
Move Logos in attributions
2014-07-11 09:53:25 +02:00
Antoine Abt
da74fbf529
Remove Logo Control
2014-07-11 09:53:25 +02:00
Antoine Abt
aeaa172abe
Remove Logo Control from defaults
2014-07-11 09:36:14 +02:00
Antoine Abt
5a1e92830f
Make attribution control collapsible.
2014-07-11 09:36:14 +02:00
Tim Schaub
521cbfb1b0
Make internal proj constructors private
2014-07-10 16:37:07 -06:00
Andreas Hocevar
121d19e0ba
Merge pull request #2333 from ahocevar/better-proj4-check
...
Check for proj4 in a way that also works in module environments
2014-07-10 20:36:52 +02:00
Andreas Hocevar
1d26c1faaf
Check for proj4 in a way that also works in module environments
2014-07-10 20:23:33 +02:00
Andreas Hocevar
512c2032ed
Merge pull request #2330 from ahocevar/proj4-global
...
Safeguard against cases where no projection and no proj4 is available
2014-07-10 18:53:26 +02:00
Éric Lemoine
31fa59c996
Merge pull request #2329 from tsauerwein/multipolygon-empty-array
...
Also accept empty array for ol.geom.MultiPolygon
2014-07-10 18:35:43 +02:00
Andreas Hocevar
19757ae3e0
Safeguard against cases where no projection and no proj4 is available
2014-07-10 18:32:29 +02:00
tsauerwein
7c22d8ffd4
Also accept empty array for ol.geom.MultiPolygon
2014-07-10 17:18:24 +02:00
Bart van den Eijnden
ea7c32ff6e
Merge pull request #2255 from elemoine/complexgeom
...
Fix canvas immediate API for cases where stride ≠ 2
2014-07-10 17:03:57 +02:00
Bart van den Eijnden
60c7564268
Add test case for 3D geometries in immediate API
2014-07-10 16:51:07 +02:00
Éric Lemoine
d57a35ffcb
Fix stride related bug in Canvas immediate API
2014-07-10 14:21:56 +02:00
Paul Spencer
9dc17230c2
Merge pull request #2323 from pagameba/fix-addfeatures
...
ServerVector addFeaturesInternal fails when features lack an id
2014-07-10 08:08:54 -04:00