Pierre GIRAUD
cd41548c01
Merge pull request #221 from pgiraud/gpx
...
Fixing XML Validation failure
2012-02-15 04:33:18 -08:00
Pierre GIRAUD
cfaaa352f8
Update lib/OpenLayers/Format/GPX.js
2012-02-15 12:17:39 +01:00
Pierre GIRAUD
6608f5fd94
GPX Format - Adding the mandatory creator attribute
2012-02-15 11:58:52 +01:00
Pierre GIRAUD
cb65b69556
The root element shouldn't be prefixed, this is not XML valid. (checked using xmllint --noout --schema http://www.topografix.com/GPX/1/1/gpx.xsd mygpx.gpx)
2012-02-15 11:50:55 +01:00
Pierre GIRAUD
85b9d5f7f9
Merge pull request #200 from pgiraud/gpx
...
Adding missing schemalocation, version. Better management of the namespaces.
2012-02-08 02:47:38 -08:00
Pierre GIRAUD
734f150f4f
Adding behavior change node
2012-02-08 10:50:38 +01:00
Pierre GIRAUD
92f8040938
More up-to-date way to create or set namespacedj elements or attributes.
2012-02-08 10:39:31 +01:00
Pierre GIRAUD
030f8fdbb9
Adding missing schemalocation, version
2012-02-02 13:13:05 +01:00
Pierre GIRAUD
a75d8ab235
Merge pull request #180 from pgiraud/xls_typo
...
Fixing typo
2012-01-26 06:56:59 -08:00
Pierre GIRAUD
359d48f466
Fixing typo
2012-01-26 15:37:13 +01:00
Pierre GIRAUD
6c5ed6361f
Merge pull request #154 from pgiraud/unselectfeature
...
unselectFeature should be API
2012-01-18 00:20:52 -08:00
Pierre GIRAUD
059a400ab3
unselectFeature should be API
2012-01-17 09:27:36 +01:00
Pierre GIRAUD
0aaa5265b4
Merge pull request #146 from openlayers/2492
...
Improving precision in LinearRing::containsPoint
2012-01-16 23:30:58 -08:00
Pierre GIRAUD
7a0336a9ef
Fixing a wrong calculation in LinearRing::containsPoint
2012-01-13 17:36:23 +01:00
Pierre GIRAUD
a719de7e93
Fixing typo and documentation mistakes. No functional changes.
2012-01-13 17:12:14 +01:00
Pierre GIRAUD
78714f6de4
Adding some documentation to the locationupdated documentation. No functional change.
2012-01-13 12:12:35 +01:00
pgiraud
f50d1c85d8
Adding support for write in the GPX format, r=marcjansen, ( Closes #3495 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12370 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-09-15 12:27:56 +00:00
pgiraud
0bfb6f53bf
geolocation example : don't zoom to and pulsate circle more than once when watching position (ie. listening for locationupdated event), no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12117 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-21 12:47:57 +00:00
pgiraud
3d27981146
Persisted features not correctly removed in Handler.Path and freehand mode, p=jorix,me, r=erilem
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12083 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-15 07:21:18 +00:00
pgiraud
64dfd49333
Setting the language 'en' to avoid problems with i18n in LayerSwitcher's tests, ( Closes #3345 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12048 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-06 07:21:04 +00:00
pgiraud
55be96a9dc
Don't put the box under the cursor until the mouse moved, prevent errors with the GetFeature and click events. I also removed the no longer valid (and failing) tests. r=elemoine, ( Closes #2993 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11923 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-28 07:09:01 +00:00
pgiraud
e140a5d843
Adding wrapDateLine support for XYZ layers. The OSM layer now wraps the date line by default. p=tomh, r=me ( Closes #2246 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11864 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-04 07:20:48 +00:00
pgiraud
26d8f31c5d
Enhancing the mobile jQuery example, p=pgiraud,igorti,aabt
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11514 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 15:51:32 +00:00
pgiraud
1179ffe682
Fixing different things in the mobile aware examples:
...
- css styling for the zoom panel control,
- creating a new mobile-base.js file shared by sencha and jq examples,
- (re-)simplyfing mobile.js
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11496 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 13:45:19 +00:00
pgiraud
99f0376c8f
Enhancing the sencha touch example, p=mjansen,bartvde,fredj,pgiraud, ( Closes #3101 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11483 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 12:12:20 +00:00
pgiraud
61452e2821
Adding getCurrentLocation API method so that application can get the location anytime, p=aabt, r=elemoine, ( Closes #3090 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11315 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-23 13:33:14 +00:00
pgiraud
2908fa79e5
Putting the loader code into an self-executed function so that we don't have problems with global scope variables, Closes #3076
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11196 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-21 15:39:14 +00:00
pgiraud
2fd0eff3c1
The OpenLayersXXXX.html tests shouldn't use the built file
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11177 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-21 13:02:11 +00:00
pgiraud
dbf886dad0
Adds a specific config for the build to be used for the unit tests (python build.py tests.cfg). This build is similar to the full one but with Firebug and Lang, r=fredj
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11168 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-21 11:35:38 +00:00
pgiraud
941ebc78ce
Now we rely on relative paths + minor changes
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11167 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-21 11:32:37 +00:00
pgiraud
f84f696e31
Adds the possibility to use a built version of OpenLayers for the tests, users simply have to add '?mode=build' in the run-tests.html url
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11162 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-21 10:10:25 +00:00
pgiraud
28e5614e98
Avoid tests crashs because of delay problems. Adding more control so that conditions fail without crashing. r=bartvde ( Closes #2997 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11144 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-18 13:20:07 +00:00
pgiraud
92849418d8
Use mouse cursors (pointer or move) for the control buttons, p=fvanderbiest, r=me, ( Closes #3047 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11105 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-11 15:40:39 +00:00
pgiraud
06b32c30a7
Prevent Box handler from cancelling the click event by displaying the box only when the cursor move, p=me, r=elemoine ( Closes #2993 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10996 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-03 15:48:37 +00:00
pgiraud
a56fe160d2
The built library file is now at the root level in the release archives ( Closes #2923 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10895 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-11-12 14:22:10 +00:00
pgiraud
ff6a4d44e7
Fixing identation, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10775 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-21 13:20:11 +00:00
pgiraud
2a30747bd9
add support for the ol:tileSize layer property in WMC, p=fvanderbiest,r=me ( Closes #2740 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10491 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-15 15:01:36 +00:00
pgiraud
8b0712bb24
added a single config option to allow several features as a result of a click (or 'zero extent' box), r=elemoine, ( Closes #2643 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10361 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-05-28 08:54:39 +00:00
pgiraud
180eb8485f
let's remove unrequired tests, r=bartvde, ( Closes #2477 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10140 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-22 16:44:16 +00:00
pgiraud
b165d015e1
adds a zoomBoxEnabled boolean option in Control.Navigation, r=ahocevar, ( Closes #2416 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10067 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-15 13:08:28 +00:00
pgiraud
7a546bf5c5
fixed the unit tests on OpenLayers.js (broken since r9935), patch from Andreas who found a nice and clean way to bypass the cache system on _getScriptLocation for the tests, r=me,fredj ( Closes #2389 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10066 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-15 12:41:23 +00:00
pgiraud
7179166603
adds a new getVisibility method in the Feature.Vector class, used in the SelectFeature control this method now allows us to tell the select feature box handler wether to select or not the features, r=ahocevar, ( Closes #2418 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10064 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-15 09:05:49 +00:00
pgiraud
2100d63846
we were missing a break statement in the KML parseStyle method, tests are modified accordingly, r=fredj ( Closes #2448 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10006 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-03 09:35:45 +00:00
pgiraud
14749daa74
finally, this is the good version of the unit tests for the #2320 ticket, sorry for the noise
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9949 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-01-13 11:02:08 +00:00
pgiraud
5c397b8d0c
I forgot to ad the unit tests file in the commit for #2320
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9948 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-01-13 10:59:52 +00:00
pgiraud
cca8894b91
added a slideFactor property in the PanPanel control patches from elemoine and me, r=bartvde ( closes #2320 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9945 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-01-13 08:40:41 +00:00
pgiraud
7b9de2be30
typo in the doc comments, no functional changes
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9842 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-11-24 17:29:59 +00:00
pgiraud
1b95a25ee1
adds the ability for the user to give map options when reading a WMC document, those options are taken into account with higher priority\n this patch also introduces the new util method isElement, r=me,elemoine, thanks Eric ( Closes #2339 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9794 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-11-12 13:43:40 +00:00
pgiraud
6f17fa1c9a
give the radio buttons for the baselayers in the layer switcher control a name depending on the layerswitcher, this avoids problems with several maps and several layer switchers in the same page, r=bartvde ( Closes #2331 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9772 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-11-02 12:24:03 +00:00
pgiraud
5b3f6f68d3
added some css to actually show how to customize the panPanel and zoomPanel example look and feel
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9737 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-09 14:02:47 +00:00
pgiraud
49774f6ab5
SelectFeature now takes a hilightOnly config options, that way user can hover features without actually selecting
...
them, combining two differents controls will allow to separate hover and click events, patches from ahocevar,
elemoine and
pgiraud, reviewers are ahocevar, elemoine and pgiraud
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9176 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-04-03 10:28:41 +00:00
pgiraud
2ee964ba55
Added missing requirement, no functional change, patch from aabt ( Closes #2003 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9127 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-03-24 09:52:17 +00:00
pgiraud
291d2e27f6
mapnik layer declared twice, removing the first one
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9057 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-03-16 08:59:04 +00:00
pgiraud
be82c1ef6e
don't re-append the geometry node if it is already there, a regression is fixed with this patch, r=ahocevar (Closes
...
#1066 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@8766 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-01-26 14:54:16 +00:00
pgiraud
94203ec0f8
decrease numZoomLevels to 2 to ensure that people will not zoom too much, and feel disturbed
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@8639 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-01-13 14:09:15 +00:00
pgiraud
33e5bd7d7d
the test to check if layer is drawn before we draw feature is moved to drawFeature method so that it doesn't fail when called directly at the application level r=elemoine,crschmidt ( Closes #1785 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@8189 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2008-10-24 08:29:01 +00:00
pgiraud
b5c10debb1
Modified example short desc.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@7606 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2008-07-30 13:18:29 +00:00
pgiraud
7c23659f24
handlers test are not reflecting the reality, we now simulate a click, move then click \n
...
that way geometry bounds are cleared, and the tests don't fail in IE6 anymore (See #1602 ), r=ahocevar,crschmidt (Closes #1623 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@7552 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2008-07-21 13:57:07 +00:00
pgiraud
eac4ff0c84
we forgot to take Geometry.Collection into account when erasing geometries, r=elemoine ( Closes #1621 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@7542 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2008-07-18 07:18:27 +00:00
pgiraud
79552513ea
the number of tests were wrong while launched in IE6, r=tschaub ( Closes #1520 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@7538 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2008-07-17 15:23:51 +00:00
pgiraud
98dc4001f4
removed extra comma (IE complains), no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@7536 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2008-07-17 14:35:15 +00:00
pgiraud
bcf870a201
add a specific text-align css rule so that we don't have weird behavior of vector features in IE, r=elemoine,pagameba ( Closes #1610 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@7534 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2008-07-17 13:21:51 +00:00
pgiraud
cf0f651442
typo, strokeRadius doesn't exist, it's meant to be strokeWidth
...
no functionnal change
git-svn-id: http://svn.openlayers.org/trunk/openlayers@7487 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2008-07-11 11:44:10 +00:00
pgiraud
4340867918
add a map getUnits method, r=ahocevar (Closes 1591)
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@7374 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2008-06-18 08:57:02 +00:00
pgiraud
815e55888a
context can now be given as argument in StyleMap.addUniqueValueRules()
...
this, for example, allows user to access to properties that are not part of the feature attributes.
r=elemoine (closes #1548 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@7216 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2008-05-19 13:34:35 +00:00
pgiraud
078deb2ffe
exit the panTo method if the new center is the same as the current one, r=crschmidt ( closes #1507 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@7174 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2008-05-14 08:11:01 +00:00
pgiraud
5e3afa79f5
doc typo, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@7173 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2008-05-14 06:45:44 +00:00
pgiraud
c5c4f26b92
doc typo, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@7148 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2008-05-13 11:30:42 +00:00
pgiraud
d225c8b42a
r6673 introduced typos in this file resulting in not valid html code
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@6731 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2008-03-31 09:33:49 +00:00
pgiraud
fde0715f4e
add the Quad easing methods for Tween
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@6415 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2008-02-29 07:31:56 +00:00
pgiraud
ffecbe0594
add a new 'playing' property to the Tween class so that a call to stop doesn't do anything if animation is already finished, r=ahocevar,crschmidt ( Closes #1392 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@6387 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2008-02-27 13:57:13 +00:00
pgiraud
0fc0112e07
remove extra comma, IE was complaining
...
tests don't seem to pass under IE though
git-svn-id: http://svn.openlayers.org/trunk/openlayers@6383 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2008-02-27 08:46:44 +00:00
pgiraud
10ee48c84c
fixes typo ( Closes #1365 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@6315 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2008-02-16 08:20:49 +00:00
pgiraud
93b25bf073
It looked like movestart, move and moveend events weren't triggered in a good way while using panTo (with panTween effect), this is fixed by calling moveTo with 'dragging' and 'noEvent' options, and trigering 'moveend' internaly, r=crschmidt ( Closes #1348 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@6203 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2008-02-11 13:55:04 +00:00
pgiraud
f6fe7d48d3
adds tween and easing classes (with algorithms from Robert Penner) to handle animation
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@6097 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2008-02-08 13:09:58 +00:00
pgiraud
e3e860b415
don't re-append the geometry node to root if it is already there to keep it in place and to prevent z-index to change, r=elemoine ( closes #1066 )
...
Thanks Eric for giving me the opportunity to have my first commit in OpenLayers trunk
git-svn-id: http://svn.openlayers.org/trunk/openlayers@5772 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2008-01-16 08:40:22 +00:00