Changes between Version 38 and Version 39 of GeospatialDataViewerInPgAdmin4ForPostGIS_FinalReport


Ignore:
Timestamp:
Aug 15, 2018, 8:26:21 AM (6 years ago)
Author:
xurigong
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • GeospatialDataViewerInPgAdmin4ForPostGIS_FinalReport

    v38 v39  
    2626[[Image(https://trac.osgeo.org/postgis/raw-attachment/wiki/GeospatialDataViewerInPgAdmin4ForPostGIS_FinalReport/Selection_016.png, 600px)]]
    2727
     28Below are the default strategies for parsing data:
     29
     30- **Supported data type:** Geometry Viewer support 2d and 3dm geometries in EWKB format including `Point, LineString, Polygon MultiPoint, MultiLineString, MultiPolygon and GeometryCollection`.
     31- **About SRID:** If there are geometries with different SRIDs in the same column, the viewer will render geometries with the same SRID in the map. If SRID=4326 the OSM tile layer will be added into the map.
     32- **About data size:** For performance considerations, the viewer will render geometries no more than 100000, totaling up to 20MB.
     33
    2834== Test
    2935Please test my code following the instructions below: