TopoJSON is an extension
of GeoJSON that encodes geospatial topology and that typically provides smaller file sizes.
ol/format/GeoJSONX encode features properties and geometry to minimize the file size.
Properties keys are stored in a dictionnary to minimize the redondances.
ol/format/GeoJSONP encode features geometry using
Encoded Polyline Algorithm Format.
Properties keys are stored in a dictionnary to minimize the redondances.
EPA only support 5/6 decimals precision. Using more digits may lead to invalid geometry.