merge with geojson easify repo

This commit is contained in:
HolgerHatGarKeineNode
2023-02-06 21:30:26 +01:00
parent 906b69b716
commit 34169ca636

View File

@@ -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">