[OpenLayers-Users] OpenLayers.Util.getParameters not recognize %2C
for comma separation
20091026
20091026 at mailinator.com
Mon Oct 26 18:41:01 EDT 2009
When i use OpenLayers.Util.getParameters for own parameters like
tileurls=domain1/tile.php?z=${z}&x=${x}&y=${y},domain2/tile.php?z=${z}&x=${x}&y=${y},
some params must be url encoded when sended from a form (ENCTYPE =
"application/x-www-form-urlencoded"). In that case, also that comma between
this two urls gets encoded to %2C.
Strange is, that the function behind OpenLayers.Util.getParameters do not
recognize this encoded comma, and will never build an object from.
Is there a workaround?
Thanks, M. Emch
--
View this message in context: http://n2.nabble.com/OpenLayers-Util-getParameters-not-recognize-2C-for-comma-separation-tp3895522p3895522.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.
More information about the Users
mailing list