Package-level declarations

Functions

Link copied to clipboard

The distinct icon images a GeoJSON document asks for.

Link copied to clipboard
fun rewriteGeoJsonIconUrls(geoJson: String, replacements: Map<String, String>): String

Rewrites icon-url properties without disturbing unrelated properties or feature order.

Link copied to clipboard

Imported layers may name icons only by an archive-relative path. Absolute URIs would make the app fetch arbitrary network or local resources during rendering, so they are stripped.

Link copied to clipboard

Relative icon references from the caller's own rewritten GeoJSON (e.g. cache file:// URIs) rather than user input.