GeoJSON (*.json;*.txt)
GeoJSON is a format for encoding a variety of geographic data structures.
GeoJSON supports the following geometry types: Point, LineString, Polygon, MultiPoint, MultiLineString, MultiPolygon, and GeometryCollection. Features in GeoJSON contain a geometry object and additional properties, and a feature collection represents a list of features.
For more on GeoJSON see here: http://www.geojson.org/geojson-spec.html
This is a Memory Dataset.
The following example GeoJSON is for a simple Polygon item:
{
    "type": "FeatureCollection",
    "crs": {
        "type": "name",
        "properties": {
            "name": "EPSG:4326"
        }
    },
    "features": [
        {
            "type": "Feature",
            "geometry": {
                "type": "Polygon",
                "coordinates": [
                    [
                        [
                            25.0974512743628,
                            86.8965517241379
                        ],
                        [
                            -81.2293853073463,
                            86.8965517241379
                        ],
                        [
                            -81.2293853073463,
                            15.1124437781109
                        ],
                        [
                            25.0974512743628,
                            15.1124437781109
                        ],
                        [
                            25.0974512743628,
                            86.8965517241379
                        ]
                    ]
                ]
            },
            "properties": {
                "Description": "Polygon",
                "Item ID": 1,
                "Item class": "Polygon",
                "Origin X": -3124289.15689667,
                "Origin Y": 5677794.71782184,
                "Origin Z": 0
            }
        }
    ]
}
                                                    Arguments to Export API Method
- clsExport$
                                                            
 
 GeoJSONFeaturesExporter
Compatibility:
- Cadcorp SIS Desktop
- Cadcorp SIS ActiveX Modeller
- Cadcorp SIS ActiveX Manager
- Cadcorp SIS ActiveX Viewer
- Cadcorp GeognoSIS
 Search Tips
Search Tips