qgis additions

This commit is contained in:
barrulus 2025-09-02 14:10:23 +01:00
parent fecbae826c
commit 20dfb7cfcb
17 changed files with 969 additions and 17 deletions

View file

@ -6053,6 +6053,14 @@
<button onclick="saveGeoJsonMarkers()" data-tip="Download markers data in GeoJSON format">markers</button>
<button onclick="saveGeoJsonBurgs()" data-tip="Download burgs data in GeoJSON format">burgs</button>
<button onclick="saveGeoJsonRegiments()" data-tip="Download regiments data in GeoJSON format">regiments</button>
<br />
<button onclick="saveGeoJsonStates()" data-tip="Download states in GeoJSON format">states</button>
<button onclick="saveGeoJsonProvinces()" data-tip="Download provinces in GeoJSON format">provinces</button>
<button onclick="saveGeoJsonCultures()" data-tip="Download cultures in GeoJSON format">cultures</button>
<button onclick="saveGeoJsonReligions()" data-tip="Download religions in GeoJSON format">religions</button>
<button onclick="saveGeoJsonZones()" data-tip="Download zones in GeoJSON format">zones</button>
<br />
<button onclick="saveAllGeoJson()" data-tip="Download all GeoJSON datasets as a ZIP">all (zip)</button>
</div>
<p>
GeoJSON format is used in GIS tools such as QGIS. Check out
@ -6060,6 +6068,17 @@
for guidance.
</p>
<div style="margin: 1em 0 0.3em; font-weight: bold">Export height raster (QGIS)</div>
<div>
<button onclick="saveAsciiGridHeightmap()" data-tip="Export heightmap as ESRI ASCII Grid (.asc) for QGIS">
height (.asc)
</button>
</div>
<p>
Load the .asc in QGIS as a raster layer. Use Raster → Extraction → Contour to make contour lines,
and Raster → Analysis → Hillshade for shaded relief. CRS: Fantasy Map Cartesian (meters).
</p>
<div style="margin: 1em 0 0.3em; font-weight: bold">Export To JSON</div>
<div>
<button onclick="exportToJson('Full')" data-tip="Download full data in JSON">full</button>