| 28 | Below 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 | |