Add cursor in poi editor

This commit is contained in:
leosw
2020-05-17 19:30:23 +04:00
parent ea33a110d7
commit 91c9517dac
4 changed files with 70 additions and 26 deletions

View File

@@ -53,6 +53,8 @@ switch ($controller->splitted_url[1]) {
$head['css'] .= ";../third/leaflet/leaflet.css;../third/leaflet-fullscreen/leaflet.fullscreen.css;../third/leaflet-easybutton/easy-button.css";
$head['js'] = "d.poi_map.js";
$poi->lat = ""; $poi->lon = ""; $poi->alt = "";
$new = 1;
include ($config['views_folder']."d.poi.edit.html");
break;