From 34169ca636ba5c18a8fde17b3ba0a11fa72a2c35 Mon Sep 17 00:00:00 2001 From: HolgerHatGarKeineNode Date: Mon, 6 Feb 2023 21:30:26 +0100 Subject: [PATCH] merge with geojson easify repo --- .../livewire/meetup/prepare-for-btc-map-item.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/livewire/meetup/prepare-for-btc-map-item.blade.php b/resources/views/livewire/meetup/prepare-for-btc-map-item.blade.php index 07412302..5038d6b0 100644 --- a/resources/views/livewire/meetup/prepare-for-btc-map-item.blade.php +++ b/resources/views/livewire/meetup/prepare-for-btc-map-item.blade.php @@ -202,7 +202,7 @@ Mapshaper simplification of OSM GeoJSON [{{ count($selectedItemOSMPolygons['geojson']['coordinates'], COUNT_RECURSIVE) }} points] to - {{ count($model->simplified_geojson['coordinates'], COUNT_RECURSIVE) }} points + {{ count($model->simplified_geojson['coordinates'] ?? [], COUNT_RECURSIVE) }} points
@@ -252,7 +252,7 @@ @endphp

OSM GeoJSON - [{{ count($selectedItemOSMPolygons['geojson']['coordinates'], COUNT_RECURSIVE) }} + [{{ count($selectedItemOSMPolygons['geojson']['coordinates'] ?? [], COUNT_RECURSIVE) }} points]

@@ -277,7 +277,7 @@ @endphp

Simplified GeoJSON - [{{ count($model->simplified_geojson['coordinates'], COUNT_RECURSIVE) }} points] + [{{ count($model->simplified_geojson['coordinates'] ?? [], COUNT_RECURSIVE) }} points]