merge with geojson easify repo

This commit is contained in:
HolgerHatGarKeineNode
2023-02-06 21:15:07 +01:00
parent b4bed7d539
commit 43a717f03d
7 changed files with 745 additions and 230 deletions

View File

@@ -30,9 +30,10 @@ class Meetup extends Model implements HasMedia
* @var array
*/
protected $casts = [
'id' => 'integer',
'city_id' => 'integer',
'github_data' => 'json',
'id' => 'integer',
'city_id' => 'integer',
'github_data' => 'json',
'simplified_geojson' => 'array',
];
protected static function booted()