This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OpenLayers.IMAGE_RELOAD_ATTEMPTS = 5; // How many times should we try to reload an image before giving up? | |
OpenLayers.ImgPath = "http://js.mapbox.com/theme/dark/"; | |
var mapPanel, store, gridPanel, mainPanel; | |
Ext.onReady(function() { | |
var map = new OpenLayers.Map('', { | |
controls: [], | |
projection: new OpenLayers.Projection("EPSG:900913"), | |
units: "m", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ProxyRequests Off | |
<Proxy *> | |
Order deny,allow | |
Allow from all | |
</Proxy> | |
ProxyPass /geoserver http://localhost:8080/geoserver | |
ProxyPreserveHost On | |
ProxyStatus On |
NewerOlder