You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Development Environment Setup

Here we will guide you through the process of setting up a development environment so you can access our geoserver that is serving data.

OpenLayers

For development, get the latest version of OpenLayers here. You will want to point at the lib/OpenLayers.js file so you can set breakpoints inside all .js files used by OpenLayers.

Apache Web Server

Before we can run any examples, we must set up a proxy so that requests from your domain match our WFS. Setting up a proxy is very simple and the details can be found here.

Running Examples

  • No labels