mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
merge with geojson easify repo
This commit is contained in:
@@ -202,7 +202,7 @@
|
|||||||
Mapshaper simplification of <span class="text-[#FFA500]">OSM GeoJSON
|
Mapshaper simplification of <span class="text-[#FFA500]">OSM GeoJSON
|
||||||
[{{ count($selectedItemOSMPolygons['geojson']['coordinates'], COUNT_RECURSIVE) }}
|
[{{ count($selectedItemOSMPolygons['geojson']['coordinates'], COUNT_RECURSIVE) }}
|
||||||
points]</span> to
|
points]</span> to
|
||||||
{{ count($model->simplified_geojson['coordinates'], COUNT_RECURSIVE) }} points
|
{{ count($model->simplified_geojson['coordinates'] ?? [], COUNT_RECURSIVE) }} points
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="mt-2 text-sm text-gray-500 dark:text-gray-200">
|
<div class="mt-2 text-sm text-gray-500 dark:text-gray-200">
|
||||||
@@ -252,7 +252,7 @@
|
|||||||
@endphp
|
@endphp
|
||||||
<h3 class="text-lg font-medium leading-6 text-[#FFA500]">
|
<h3 class="text-lg font-medium leading-6 text-[#FFA500]">
|
||||||
OSM GeoJSON
|
OSM GeoJSON
|
||||||
[{{ count($selectedItemOSMPolygons['geojson']['coordinates'], COUNT_RECURSIVE) }}
|
[{{ count($selectedItemOSMPolygons['geojson']['coordinates'] ?? [], COUNT_RECURSIVE) }}
|
||||||
points]
|
points]
|
||||||
</h3>
|
</h3>
|
||||||
<div class="mt-2 text-sm text-gray-500">
|
<div class="mt-2 text-sm text-gray-500">
|
||||||
@@ -277,7 +277,7 @@
|
|||||||
@endphp
|
@endphp
|
||||||
<h3 class="text-lg font-medium leading-6 text-blue-500">
|
<h3 class="text-lg font-medium leading-6 text-blue-500">
|
||||||
Simplified GeoJSON
|
Simplified GeoJSON
|
||||||
[{{ count($model->simplified_geojson['coordinates'], COUNT_RECURSIVE) }} points]
|
[{{ count($model->simplified_geojson['coordinates'] ?? [], COUNT_RECURSIVE) }} points]
|
||||||
</h3>
|
</h3>
|
||||||
<div class="mt-2 text-sm text-gray-500">
|
<div class="mt-2 text-sm text-gray-500">
|
||||||
<div class="flex w-full flex-col space-y-2">
|
<div class="flex w-full flex-col space-y-2">
|
||||||
|
|||||||
Reference in New Issue
Block a user