Przeglądaj źródła

chyba zly przyklad w commencie

a.binder 9 lat temu
rodzic
commit
dd56672eec
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      SE/se-lib/Api/WfsGeomTypeConverter.php

+ 1 - 1
SE/se-lib/Api/WfsGeomTypeConverter.php

@@ -84,7 +84,7 @@ class Api_WfsGeomTypeConverter {
 		 *
 		 * Point:
 			<gml:Point xmlns:gml="http://www.opengis.net/gml" srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
-				<gml:coordinates xmlns:gml="http://www.opengis.net/gml" decimal="." cs=" " ts=",">100,200</gml:coordinates>
+				<gml:coordinates xmlns:gml="http://www.opengis.net/gml" decimal="." cs=" " ts=",">100 200</gml:coordinates>
 			</gml:Point>
 		 *
 		 */