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
b8feb3c22e56d97974e061b02701f30fb4344609
openlayers
/
lib
History
Tim Schaub
b8feb3c22e
Making it so OpenLayers.Util.getParameters doesn't fail with improperly encoded query string parameter names or values. We expect parameter names and values to be encoded according to RFC 3986 (
http://labs.apache.org/webarch/uri/rfc/rfc3986.html
). However, there are cases where browsers will not use utf-8 character encoding in generating a URL. In these cases, the unescape function provides a fallback that tries to use the ISO Latin character set. This may not always be a good second assumption, but it is better than failing to load the library when the first assumption fails. r=ahocevar (
closes
#2821
)
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@10771
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-17 16:48:11 +00:00
..
Firebug
Refactor SVN layout in compliance with RFC/LicenseChange. This hopefully
2007-10-17 02:21:22 +00:00
Gears
add Protocol.SQL.Gears, and go do editing while being offline! r=crschmidt (
closes
#1699
)
2008-09-12 14:57:05 +00:00
OpenLayers
Making it so OpenLayers.Util.getParameters doesn't fail with improperly encoded query string parameter names or values. We expect parameter names and values to be encoded according to RFC 3986 (
http://labs.apache.org/webarch/uri/rfc/rfc3986.html
). However, there are cases where browsers will not use utf-8 character encoding in generating a URL. In these cases, the unescape function provides a fallback that tries to use the ISO Latin character set. This may not always be a good second assumption, but it is better than failing to load the library when the first assumption fails. r=ahocevar (
closes
#2821
)
2010-09-17 16:48:11 +00:00
Rico
Add mention that the files have been changed. This is obvious from
2008-02-02 14:46:04 +00:00
OpenLayers.js
Change license text to point to "OpenLayers contributors", referencing
2010-09-01 03:06:31 +00:00