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

Commits on Nov 6, 2013

  1. Update GeoExt.data.PrintProvider for basic XYZ layer format support

    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}]).
    shr3k committed Nov 6, 2013
    Configuration menu
    Copy the full SHA
    cde9499 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2013

  1. Update GeoExt.form.recordToField to support GDAL CouchDB/Geocouch driver

    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.
    shr3k committed Nov 7, 2013
    Configuration menu
    Copy the full SHA
    dc2c511 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2013

  1. Configuration menu
    Copy the full SHA
    7e57c05 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2013

  1. Update PrintProvider.js

    Source formatting.
    shr3k committed Nov 20, 2013
    Configuration menu
    Copy the full SHA
    7a48030 View commit details
    Browse the repository at this point in the history