Esempio n. 1
0
 /**
  * {@inheritdoc}
  */
 public function defaultProperties()
 {
     $defaults = parent::defaultProperties();
     $defaults['options'] = array('dataType' => array('GeoJSON'), 'dataProjection' => 'EPSG:4326', 'typeOfFeature' => array('Point', 'LineString', 'Polygon'), 'featureLimit' => 0, 'showInputField' => 0, 'inputFieldName' => 'geofield', 'initialData' => '', 'actionFeature' => array('draw' => 'draw', 'modify' => 'modify'), 'source' => NULL);
     return $defaults;
 }