Changes between Version 6 and Version 7 of GMEDriver


Ignore:
Timestamp:
Apr 12, 2014, 11:39:00 AM (10 years ago)
Author:
wolf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GMEDriver

    v6 v7  
    2020
    2121This section will contain the most recent options for the driver.
     22The driver honors these config params:
    2223
     24|| '''Config parameter''' || '''comments''' ||
     25|| GOA2_CLIENT_ID || The Apiary project Client ID ||
     26|| GOA2_CLIENT_SECRET || The client secret from your Apiary project ||
     27|| GME_APIKEY || The API key from your Apiary project ||
     28|| GME_REFRESH_TOKEN || Generate the GME refresh token by running the swig/python/scripts/gdal_auth.py script ||
     29
     30To read tables use this syntax
    2331{{{
    24  "GME:tables='<tableId>' [select='<column1,column2,column3,gx_id,geometry>']"
     32 "GME:tables='<tableId>' [select='<column1,column2,column3,gx_id,geometry>'] [where='<GME WHERE statement>'] [access='access token']"
     33}}}
     34
     35To write tables use this syntax
     36{{{
     37 "GME:projectId='<GME projectId>'"
    2538}}}
    2639