80 is proxied to 8080 on the server
git-svn-id: http://svn.openlayers.org/trunk/openlayers@7993 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
// (only if your wfs doens't support your map projection)
|
// (only if your wfs doens't support your map projection)
|
||||||
var wfs = layer = new OpenLayers.Layer.WFS(
|
var wfs = layer = new OpenLayers.Layer.WFS(
|
||||||
"States (SVG)",
|
"States (SVG)",
|
||||||
"http://sigma.openplans.org:8080/geoserver/ows",
|
"http://sigma.openplans.org/geoserver/ows",
|
||||||
{typename: 'topp:states'},
|
{typename: 'topp:states'},
|
||||||
{
|
{
|
||||||
typename: 'states',
|
typename: 'states',
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
|
|
||||||
var wfs = layer = new OpenLayers.Layer.WFS(
|
var wfs = layer = new OpenLayers.Layer.WFS(
|
||||||
"States (Canvas)",
|
"States (Canvas)",
|
||||||
"http://sigma.openplans.org:8080/geoserver/ows",
|
"http://sigma.openplans.org/geoserver/ows",
|
||||||
{typename: 'topp:states'},
|
{typename: 'topp:states'},
|
||||||
{
|
{
|
||||||
typename: 'states',
|
typename: 'states',
|
||||||
|
|||||||
Reference in New Issue
Block a user