Release 0.58.0 includes the Earth high-precision boundary PMTiles/MVT pipeline, standardized Earth boundary source collectors, China POV boundary configuration templates, and removal of the legacy low-precision GeoJSON fallback. It also adds Earth news target-location queueing/archive support, fixes datasource task status visibility, documents the Earth surface depth-spacing rules that prevent far-zoom z-fighting snow/black blocks, and updates bilingual operations/developer docs.
116 lines
3.3 KiB
JSON
116 lines
3.3 KiB
JSON
{
|
|
"policy": {
|
|
"runtimeFetch": false,
|
|
"profile": "china-pov-v1",
|
|
"povPolicyPath": "config/earth-boundary-pov-policy.china-v1.json",
|
|
"productionTileFormat": "pmtiles+mvt",
|
|
"debugTileFormat": "geojson-directory",
|
|
"description": "Example Collector Settings payloads for audited Earth boundary source ingestion. Replace every endpoint, license, and checksum note before production."
|
|
},
|
|
"collectorConfigs": {
|
|
"earth_admin0_boundaries": {
|
|
"displayName": "Earth Admin-0 国界源",
|
|
"sourceKind": "admin0-boundaries",
|
|
"endpoint": "https://example.com/admin0-boundaries.geojson",
|
|
"method": "GET",
|
|
"headers": {},
|
|
"auth_type": "none",
|
|
"target_schema": "earth_boundary_source",
|
|
"license": "REPLACE_WITH_SOURCE_LICENSE",
|
|
"mapping_json": {
|
|
"source": {
|
|
"items_path": "$.features[*]"
|
|
},
|
|
"fields": {
|
|
"source_id": {
|
|
"path": "$.properties.id",
|
|
"type": "string"
|
|
},
|
|
"name": {
|
|
"path": "$.properties.name",
|
|
"type": "string"
|
|
},
|
|
"geometry": {
|
|
"path": "$.geometry",
|
|
"type": "object"
|
|
},
|
|
"properties": {
|
|
"path": "$.properties",
|
|
"type": "object"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"earth_coastline": {
|
|
"displayName": "Earth 海岸线源",
|
|
"sourceKind": "coastline",
|
|
"endpoint": "https://example.com/coastline.geojson",
|
|
"method": "GET",
|
|
"headers": {},
|
|
"auth_type": "none",
|
|
"target_schema": "earth_boundary_source",
|
|
"license": "REPLACE_WITH_SOURCE_LICENSE",
|
|
"mapping_json": {
|
|
"source": {
|
|
"items_path": "$.features[*]"
|
|
},
|
|
"fields": {
|
|
"source_id": {
|
|
"path": "$.properties.id",
|
|
"type": "string"
|
|
},
|
|
"name": {
|
|
"path": "$.properties.name",
|
|
"type": "string"
|
|
},
|
|
"geometry": {
|
|
"path": "$.geometry",
|
|
"type": "object"
|
|
},
|
|
"properties": {
|
|
"path": "$.properties",
|
|
"type": "object"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"earth_claim_lines": {
|
|
"displayName": "Earth 主张线源",
|
|
"sourceKind": "claim-lines",
|
|
"endpoint": "https://example.com/claim-lines.geojson",
|
|
"method": "GET",
|
|
"headers": {},
|
|
"auth_type": "none",
|
|
"target_schema": "earth_boundary_source",
|
|
"license": "REPLACE_WITH_SOURCE_LICENSE",
|
|
"mapping_json": {
|
|
"source": {
|
|
"items_path": "$.features[*]"
|
|
},
|
|
"fields": {
|
|
"source_id": {
|
|
"path": "$.properties.id",
|
|
"type": "string"
|
|
},
|
|
"name": {
|
|
"path": "$.properties.name",
|
|
"type": "string"
|
|
},
|
|
"geometry": {
|
|
"path": "$.geometry",
|
|
"type": "object"
|
|
},
|
|
"properties": {
|
|
"path": "$.properties",
|
|
"type": "object"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"notes": [
|
|
"Use the actual Collector Settings page as the source of truth for runtime endpoints.",
|
|
"The repository seed GeoJSON may be used only for smoke tests and cannot satisfy production high precision."
|
|
]
|
|
}
|