mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-12-01 20:43:52 +01:00
Fix #74: Markers with negative coordinates aren't displayed on the map.
This commit is contained in:
@@ -50,8 +50,8 @@ class MarkerModel extends AbstractActiveModel
|
||||
[
|
||||
$table . '.active=1',
|
||||
$table . '.pid=?',
|
||||
$table . '.latitude>0',
|
||||
$table . '.longitude>0',
|
||||
$table . '.latitude IS NOT NULL',
|
||||
$table . '.longitude IS NOT NULL',
|
||||
],
|
||||
[$pid],
|
||||
['order' => 'sorting']
|
||||
|
||||
Reference in New Issue
Block a user