|
|
@@ -258,7 +258,7 @@ toolbar.addControls([new OpenLayers.Control.ModifyFeature(layer, {
|
|
|
})]);
|
|
|
|
|
|
var extent = new OpenLayers.Bounds(
|
|
|
- -11593508, 5509847, -11505759, 5557774
|
|
|
+ 2035059.4410645328, 7200979.560689885, 2113330.958028555, 7279251.0776539035
|
|
|
);
|
|
|
|
|
|
var gphy = new OpenLayers.Layer.WMS(
|
|
|
@@ -681,6 +681,16 @@ class WpsActionPrzypiszDoRekordu extends WpsActionBase {
|
|
|
|
|
|
class WfsAction {
|
|
|
public function execute($args) {
|
|
|
+/*
|
|
|
+ * Mapa odczytywanie punktów: http://www.maptiler.org/google-maps-coordinates-tile-bounds-projection/
|
|
|
+ *
|
|
|
+ * CI50:
|
|
|
+ 18.613243103027344 54.33614429135817
|
|
|
+ 18.613243103027344 54.33634445792519
|
|
|
+ 18.614273071289062 54.33634445792519
|
|
|
+ 18.614273071289062 54.33614429135817
|
|
|
+ */
|
|
|
+
|
|
|
echo '<?xml version="1.0" encoding="UTF-8"?>';
|
|
|
?>
|
|
|
<wfs:FeatureCollection xmlns:nasa="http://nasa.gov" xmlns:topp="http://www.openplans.org/topp" xmlns:usgs="http://www.usgs.gov/" xmlns:ogc="http://www.opengis.net/ogc" xmlns:wfs="http://www.opengis.net/wfs" xmlns:ows="http://www.opengis.net/ows" xmlns:ne="http://naturalearthdata.com" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:gml="http://www.opengis.net/gml" xmlns:osm="http://openstreemap.org" xmlns:nurc="http://www.nurc.nato.int" xmlns:og="http://opengeo.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" numberOfFeatures="4" timeStamp="2014-07-16T13:22:43.307Z" xsi:schemaLocation="http://opengeo.org http://demo.opengeo.org:80/geoserver/wfs?service=WFS&version=1.1.0&request=DescribeFeatureType&typeName=og%3Arestricted http://www.opengis.net/wfs http://demo.opengeo.org:80/geoserver/schemas/wfs/1.1.0/wfs.xsd">
|
|
|
@@ -704,7 +714,10 @@ class WfsAction {
|
|
|
<gml:Polygon srsDimension="2">
|
|
|
<gml:exterior>
|
|
|
<gml:LinearRing srsDimension="2">
|
|
|
- <gml:posList>-64.1162109375 56.546630859375 -116.1474609375 -13.062744140625 61.7431640625 -64.390869140625 151.7431640625 19.984130859375 82.8369140625 57.952880859375 -64.1162109375 56.546630859375</gml:posList>
|
|
|
+ <gml:posList>18.45703125 54.36775852406841
|
|
|
+ 18.6328125 54.36775852406841
|
|
|
+ 18.6328125 54.470037612805754
|
|
|
+ 18.45703125 54.470037612805754</gml:posList>
|
|
|
</gml:LinearRing>
|
|
|
</gml:exterior>
|
|
|
</gml:Polygon>
|
|
|
@@ -726,7 +739,12 @@ class WfsAction {
|
|
|
<gml:Polygon srsDimension="2">
|
|
|
<gml:exterior>
|
|
|
<gml:LinearRing srsDimension="2">
|
|
|
- <gml:posList>-103.82895750481849 44.46495057049679 -103.8291005757557 44.474223371969366 -103.82430510019444 44.47419248258926 -103.8250130480148 44.47191042763971 -103.82616351387962 44.4709039658482 -103.82626189427795 44.46985333633981 -103.82769678669796 44.468052256180485 -103.82798329257464 44.46762193043404 -103.8284396012345 44.466849539356595 -103.82876017349398 44.46569787858342 -103.82881399754699 44.465409718735884 -103.82895750481849 44.46495057049679</gml:posList>
|
|
|
+ <gml:posList>
|
|
|
+18.613243103027344 54.33614429135817
|
|
|
+18.613243103027344 54.33634445792519
|
|
|
+18.614273071289062 54.33634445792519
|
|
|
+18.614273071289062 54.33614429135817
|
|
|
+ </gml:posList>
|
|
|
</gml:LinearRing>
|
|
|
</gml:exterior>
|
|
|
</gml:Polygon>
|