Now getting building coordinates from Google Maps Geocoding

This commit is contained in:
Frank Schubert
2021-07-15 20:26:07 +02:00
parent e77dd8b263
commit 6555272928
5 changed files with 96 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
<?php
class Building extends mfBaseModel {
protected $forcestr = ['street','zip','phone','gps_lat','gps_long','email','note'];
protected $forcestr = ['street','zip','phone','email','note'];
private $network;
private $pop;