Example #1
0
 function __construct($json, $map)
 {
     // Export polygon like Multiline in DXF
     $this->typeList[2] = wkbMultiLineString;
     $opt = array();
     $opt['DXF_INLINE_BLOCKS'] = FALSE;
     parent::__construct('DXF', 'dxf', $json, $map, false, $opt);
 }
Example #2
0
 function __construct($json, $map)
 {
     // Export polygon like Multiline in GPX
     $this->typeList[2] = wkbMultiLineString;
     /*$opt = array();
     		$opt["GPX_USE_EXTENSIONS"] = 'YES';*/
     parent::__construct("GPX", "GPX", $json, $map, false, NULL);
 }
Example #3
0
 function __construct($json, $map)
 {
     $this->nbFieldBase = 2;
     parent::__construct('KML', 'kml', $json, $map, true, NULL, true);
 }
Example #4
0
 function __construct($json, $map)
 {
     parent::__construct('MapInfo File', 'mif', $json, $map, true, NULL, true);
 }