You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
343 B
24 lines
343 B
2 years ago
|
<?php
|
||
|
|
||
|
class LAYERDETAILSOBJECT
|
||
|
{
|
||
|
public $_nativeSRS="ESPG:2100";
|
||
|
|
||
|
public $_geometryIsMulti=false;
|
||
|
|
||
|
public $_geometryType;
|
||
|
|
||
|
public $_xy = false;
|
||
|
|
||
|
public $_featureType = "";
|
||
|
|
||
|
public $_featureNS = "";
|
||
|
|
||
|
public $_editServiceUrl;
|
||
|
|
||
|
public $_attributes;
|
||
|
|
||
|
public $_geometryField="the_geom";
|
||
|
}
|
||
|
|
||
|
?>
|