Skip to content

Commit

Permalink
bring everything in a structure that suits appengine
Browse files Browse the repository at this point in the history
  • Loading branch information
ahocevar committed Sep 4, 2010
1 parent 1e91f9f commit efba818
Show file tree
Hide file tree
Showing 27 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
application: ol-performance
version: 1
runtime: python
api_version: 1

handlers:
- url: /cgi-bin/proxy.cgi
script: proxy.py

- url: /(.*\.(html|png|js))
static_files: static/\1
upload: static/(.*\.(html|png|js))

- url: /(.*\.cfg)
static_files: static/\1
mime_type: text/plain
upload: static/(.*\.cfg)

- url: /.*
static_files: static/index.html
upload: static/index.html
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion ogc1.html → static/ogc1.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h1 id="title">Combine OGC Services Wisely</h1>
<script src="script/FeatureAgent.js"></script>
<script type="text/javascript">
OpenLayers.ImgPath = "http://openlayers.org/api/2.10-rc1/img/";
OpenLayers.ProxyHost = "proxy.cgi?url=";
OpenLayers.ProxyHost = "cgi-bin/proxy.cgi?url=";
var map = new OpenLayers.Map('map', {
projection: "EPSG:900913",
units: "m",
Expand Down
2 changes: 1 addition & 1 deletion ogc2.html → static/ogc2.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h1 id="title">Combine OGC Services Wisely</h1>
<script src="script/FeatureAgent.js"></script>
<script type="text/javascript">
OpenLayers.ImgPath = "http://openlayers.org/api/2.10-rc1/img/";
OpenLayers.ProxyHost = "proxy.cgi?url=";
OpenLayers.ProxyHost = "cgi-bin/proxy.cgi?url=";
var map = new OpenLayers.Map('map', {
projection: "EPSG:900913",
units: "m",
Expand Down
2 changes: 1 addition & 1 deletion ogc3.html → static/ogc3.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1 id="title">Combine OGC Services Wisely</h1>
<script src="script/OpenLayers.js"></script>
<script type="text/javascript">
OpenLayers.ImgPath = "http://openlayers.org/api/2.10-rc1/img/";
OpenLayers.ProxyHost = "proxy.cgi?url=";
OpenLayers.ProxyHost = "cgi-bin/proxy.cgi?url=";
var map = new OpenLayers.Map('map', {
projection: "EPSG:900913",
units: "m",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit efba818

Please sign in to comment.