Changes between Version 2 and Version 3 of FeatureServerAppEngine

Show
Ignore:
Author:
jlivni (IP: 74.2.246.3)
Timestamp:
12/11/09 20:37:37 (9 months ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeatureServerAppEngine

    v2 v3  
    22 * Put a copy of http://geomodel.googlecode.com/svn/trunk/geo/ under a folder called "geo" under /myapp 
    33 * We also need FeatureServer itself .. so let's just throw it in there.  Delete /myapp/.svn and checkout svn http://svn.featureserver.org/trunk/featureserver/ to that same folder.  
     4 * If you prefer GeoModel over Geohash, edit one line of fs.py so it looks like 
     5{{{ 
    46 
     7from FeatureServer.DataSource.AppEngineGeoModel import AppEngineGeoModel as AppEngine 
     8 
     9}}}  
     10