This website requires JavaScript.
Explore
Help
Sign In
ashatora
/
openlayers
Watch
1
Star
0
Fork
0
You've already forked openlayers
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
1f2a057c5da8c6f52adb2ec0f550535d07952bbd
openlayers
/
lib
/
OpenLayers
/
Format
History
Tim Schaub
fa55f54e32
Adding framework for internationalization support. The new OpenLayers.Lang.translate method takes a key and looks for a value in a dictionary based on the current language setting. Set a new language code with OpenLayers.Lang.setCode. Get the current code with OpenLayers.Lang.getCode. Thanks to Mike Adair for the lead on this one. r=ahocevar,me (
closes
#109
)
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@6313
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2008-02-15 21:15:48 +00:00
..
WMC
Only write out min/max scale related properties if they are explicitly set on the layer. Thanks for slapping Safari around a bit with this on crschmidt. Works but still untested there. r=crschmidt (
closes
#1314
)
2008-02-07 21:06:08 +00:00
GeoJSON.js
Update copyrights to 2008.
2008-01-01 08:14:55 +00:00
GeoRSS.js
Ensure that GeoRSS format does not fail when reprojection null geometries.
2008-01-22 00:17:29 +00:00
GML.js
Adding framework for internationalization support. The new OpenLayers.Lang.translate method takes a key and looks for a value in a dictionary based on the current language setting. Set a new language code with OpenLayers.Lang.setCode. Get the current code with OpenLayers.Lang.getCode. Thanks to Mike Adair for the lead on this one. r=ahocevar,me (
closes
#109
)
2008-02-15 21:15:48 +00:00
JSON.js
Update copyrights to 2008.
2008-01-01 08:14:55 +00:00
KML.js
Adding framework for internationalization support. The new OpenLayers.Lang.translate method takes a key and looks for a value in a dictionary based on the current language setting. Set a new language code with OpenLayers.Lang.setCode. Get the current code with OpenLayers.Lang.getCode. Thanks to Mike Adair for the lead on this one. r=ahocevar,me (
closes
#109
)
2008-02-15 21:15:48 +00:00
OSM.js
Set a FID on OSM features. Includes tests. Original patch by kleptog
2008-02-10 16:18:48 +00:00
SLD.js
"users should be able to customize the select style per feature": Created a !StyleMap class which stores all styles that are needed for a layer. Controls that need to render features differently can now just give a render intent (e.g. "default", "select" or "temporary") to the layer's drawFeature method, instead of having extra style informations like Control.!SelectFeature.selectStyle. Existing application that set layer.style or feature.style are still supported, but both of these style properties are now null by default. r=crschmidt,elemoine,tschaub (
closes
#1120
)
2008-02-12 23:05:47 +00:00
Text.js
Update copyrights to 2008.
2008-01-01 08:14:55 +00:00
WFS.js
Adding framework for internationalization support. The new OpenLayers.Lang.translate method takes a key and looks for a value in a dictionary based on the current language setting. Set a new language code with OpenLayers.Lang.setCode. Get the current code with OpenLayers.Lang.getCode. Thanks to Mike Adair for the lead on this one. r=ahocevar,me (
closes
#109
)
2008-02-15 21:15:48 +00:00
WKT.js
Update copyrights to 2008.
2008-01-01 08:14:55 +00:00
WMC.js
Pass WMC options through to versioned methods.
2008-02-09 19:18:02 +00:00
XML.js
Correcting typo in the OSM format and adding support for null namespaceURI in IE. r=crschmidt (
closes
#1318
)
2008-02-01 21:44:43 +00:00