Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update data.PrintProvider for XYZ layer support and form.recordToField for CouchDB support #88

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

shr3k
Copy link

@shr3k shr3k commented Nov 6, 2013

Descriptions are on commits.

It's just similar encoder like that OSM one, but with extension autodetection and tileOriginCorner coming from OpenLayers. I'm not sure, if there's need to implement path_format and how should look customParams (as string like ?param1=value1&param2=value2, or Ext.encode[{param1:value1,param2:value2}]).
GDAL driver for CouchDB/Geocouch creates _design/ogr_metadata document with field types without namespace prefix, so detect if type has namespace or not and optionally remove it.
Source formatting.
@@ -243,7 +243,7 @@ GeoExt.form.recordToField.REGEXES = {
"^(text|string)$", "i"
),
"number": new RegExp(
"^(number|float|decimal|double|int|long|integer|short)$", "i"
"^(number|float|decimal|double|real|int|long|integer|short)$", "i"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is obsolete with geoext/geoext@814f6d5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant