@@ -8,12 +8,12 @@ |
||
| 8 | 8 | |
| 9 | 9 | // given millions of possible POIs an index is handy |
| 10 | 10 | private static $indexes = array( |
| 11 | - 'OpenStreetMapID' => true |
|
| 11 | + 'OpenStreetMapID' => true |
|
| 12 | 12 | ); |
| 13 | 13 | |
| 14 | 14 | |
| 15 | 15 | /* The openstreetmap id is only for scripting purposes */ |
| 16 | - public function updateCMSFields(FieldList $fields) { |
|
| 16 | + public function updateCMSFields(FieldList $fields) { |
|
| 17 | 17 | $fields->removeByName('OpenStreetMapID'); |
| 18 | 18 | } |
| 19 | 19 | } |
@@ -7,6 +7,6 @@ |
||
| 7 | 7 | private static $menu_icon = '/mappable/icons/menuicon.png'; |
| 8 | 8 | |
| 9 | 9 | static $has_one = array( |
| 10 | - 'DefaultIcon' => 'Image' |
|
| 10 | + 'DefaultIcon' => 'Image' |
|
| 11 | 11 | ); |
| 12 | 12 | } |