Frederic Junod
|
2139e4455a
|
Add missing whitespaces in CSS calc
See http://dev.w3.org/csswg/css-values/#calc-syntax
|
2014-10-08 10:40:27 +02:00 |
|
Frédéric Junod
|
3dcba3bf15
|
Merge pull request #2811 from fredj/leftover-2810
Remove defaultProjection and object from typedef
|
2014-10-07 16:24:21 +02:00 |
|
Frederic Junod
|
31bb1ada0a
|
Remove defaultProjection and object from typedef
Leftover from #2810
|
2014-10-07 16:03:07 +02:00 |
|
Frédéric Junod
|
9d1101c727
|
Merge pull request #2779 from fredj/resources
Update jQuery to 1.9.1
|
2014-10-07 15:58:28 +02:00 |
|
Paul Spencer
|
8c41e6c720
|
Merge pull request #2810 from pagameba/patch-1
Remove unused properties from olx.source.TileVectorOptions
|
2014-10-07 09:47:12 -04:00 |
|
Paul Spencer
|
816cb44cc2
|
Remove unused properties from olx.source.TileVectorOptions
|
2014-10-07 09:25:29 -04:00 |
|
Frédéric Junod
|
352d7071f7
|
Merge pull request #2808 from fredj/reprojectTo
Remove reprojectTo option from olx.source.OSMXMLOptions
|
2014-10-07 13:50:33 +02:00 |
|
Frédéric Junod
|
44c300bfef
|
Merge pull request #2809 from fredj/button-cleanup
Miscellaneous controls cleanups
|
2014-10-07 13:37:27 +02:00 |
|
Frederic Junod
|
be6c6ee93c
|
Remove unused ResetRotation name attribute
|
2014-10-07 12:25:41 +02:00 |
|
Frederic Junod
|
0cf83c2047
|
Add missing 'button' type attribute to html button
|
2014-10-07 12:25:01 +02:00 |
|
Frederic Junod
|
ec129f5778
|
Rename reprojectTo option to projection
|
2014-10-07 11:41:59 +02:00 |
|
Frederic Junod
|
4c1d2f8c86
|
Remove reprojectTo option from olx.source.OSMXMLOptions
Leftover from #1640
|
2014-10-07 10:41:32 +02:00 |
|
Éric Lemoine
|
90fb83b95e
|
Merge pull request #2805 from sweco-sebhar/patch-2
Enable subclassing Interaction in public API
|
2014-10-07 09:30:28 +02:00 |
|
Björn Harrtell
|
59cc2ac736
|
Enable subclassing Interaction in public API
|
2014-10-07 09:15:25 +02:00 |
|
Frédéric Junod
|
ee4ca5bd2c
|
Merge pull request #2798 from fredj/update-closure-util
Update closure-util to version 1.0.0
|
2014-10-06 18:29:57 +02:00 |
|
Andreas Hocevar
|
6b437701a8
|
Merge pull request #2785 from ahocevar/export-goog
Use goog.* types in externs
|
2014-10-06 16:50:02 +02:00 |
|
Andreas Hocevar
|
66234a73ba
|
Use goog.* types in externs
To have an externs file as accurate as possible, we also need to use
types that are provided by the Closure library.
|
2014-10-06 14:20:59 +02:00 |
|
Frederic Junod
|
04e7a81b1e
|
Update closure-util to version 1.0.0
|
2014-10-06 13:42:34 +02:00 |
|
Éric Lemoine
|
fa30ba29c9
|
Merge pull request #2795 from gingerik/externs
Externs
|
2014-10-03 17:16:43 +02:00 |
|
Pierre GIRAUD
|
a1c3d57013
|
Merge pull request #2792 from pgiraud/gpx_export_chrome
Use valid mediatype for GPX export.
|
2014-10-03 13:50:32 +02:00 |
|
Florent gravin
|
27f32621ab
|
Update comments on WFS format version
|
2014-10-03 12:13:36 +02:00 |
|
Florent gravin
|
93db3d42b7
|
Add tests for gml2 gml:box element
|
2014-10-03 12:02:14 +02:00 |
|
Florent gravin
|
8a07d241ff
|
Add support for gml2 gml:box element
|
2014-10-03 12:01:52 +02:00 |
|
Pierre GIRAUD
|
8f6b49877f
|
Use valid mediatype for GPX export.
|
2014-10-03 11:30:44 +02:00 |
|
Florent gravin
|
d290445048
|
Make sure alias ol.format.GML show its content in apidoc
|
2014-10-03 11:16:19 +02:00 |
|
Florent gravin
|
1a7cbfd6ac
|
Use Object() for objects in prototype
to avoid linter warning
|
2014-10-03 10:01:31 +02:00 |
|
Florent gravin
|
47e182524f
|
Put PARSERS object into prototype too
This is to avoid the use of this.constructor that breaks advanced build
|
2014-10-03 09:45:24 +02:00 |
|
Florent gravin
|
bea721349a
|
Rename gml format files to match convention
also changes some comments and syntax (feedback from PR comments
|
2014-10-03 09:45:24 +02:00 |
|
Florent gravin
|
0646056751
|
Overrides schemaLocation in subclasses
|
2014-10-03 09:45:24 +02:00 |
|
Florent gravin
|
678c66f50c
|
Move GML subclasses to ol.format namespace
to avoid issue with ol.format.GML alias
ol.format.GMLBase
ol.format.GML2
ol.format.GML3
|
2014-10-03 09:44:56 +02:00 |
|
Florent gravin
|
607543e4e7
|
Create an alias ol.format.GML to ol.format.GML3
for backward compatibility
|
2014-10-03 09:44:47 +02:00 |
|
Florent gravin
|
563174383a
|
Merge GML versions tests in base GML suite
|
2014-10-03 09:44:06 +02:00 |
|
Florent gravin
|
d3ac01445e
|
Use by default instance of ol.format.GML.v3 in WFS format
|
2014-10-03 09:44:06 +02:00 |
|
Florent gravin
|
58485fc1f1
|
Instanciate ol.format.GML.v3 by default in gml tests
|
2014-10-03 09:44:06 +02:00 |
|
Florent gravin
|
07d6b83154
|
Redefine some PARSERS_ that are different in v2 and v3
|
2014-10-03 09:44:06 +02:00 |
|
Florent gravin
|
8182396454
|
Make class members public or protected
to be accessed from subclasses or static objects
|
2014-10-03 09:43:05 +02:00 |
|
Florent gravin
|
9324580c87
|
add format for GML v3 version
all writing methods & objects are defined in v3, as writing for v2 is not done yet
|
2014-10-03 09:43:04 +02:00 |
|
Florent gravin
|
d8114012bb
|
Remove from GML base all objects and methods that should belong to v3
|
2014-10-03 09:42:51 +02:00 |
|
Florent gravin
|
c9171b8682
|
Pass options from v2 to its parent constructor
|
2014-10-03 09:42:51 +02:00 |
|
Florent gravin
|
82f267f0c5
|
Add test to parse WFS with GML 2.1.2
|
2014-10-03 09:42:51 +02:00 |
|
Florent gravin
|
f8e8653480
|
Add gmlFormat as option for WFS format
|
2014-10-03 09:42:45 +02:00 |
|
Florent gravin
|
192c7827c9
|
Add tests suite for ol.format.GML.v2 class
|
2014-10-03 09:42:22 +02:00 |
|
Florent gravin
|
13f10f6a98
|
Change GML method call signature from WFS format
|
2014-10-03 09:42:22 +02:00 |
|
Florent gravin
|
074330707c
|
Call dedicated version format methods with 'this.constructor' object
|
2014-10-03 09:42:17 +02:00 |
|
Florent gravin
|
8efab3d4be
|
Make protected some shared methods or objects
|
2014-10-03 09:42:13 +02:00 |
|
Florent gravin
|
8b38367e2b
|
Add subclass for version ol.format.GML.v2
|
2014-10-03 09:42:09 +02:00 |
|
Florent gravin
|
b8e5ffaf31
|
Use current scope on remote methods call if arg opt_this is undefined
|
2014-10-03 09:42:09 +02:00 |
|
Florent gravin
|
4aad872d71
|
Send ol.format.GML instance reference to ol.xml static methods
|
2014-10-03 09:42:09 +02:00 |
|
Florent gravin
|
5884f7343a
|
Call method in ol.format.GML.prototype from ol.format.GML static objects
|
2014-10-03 09:42:09 +02:00 |
|
Florent gravin
|
c49891dcce
|
Call inner methods from 'this' object
|
2014-10-03 09:42:08 +02:00 |
|