Added change to mr (enriquecd)

This commit is contained in:
Arturo Gonzalez 2017-04-25 16:26:45 +02:00
parent 82530c9b59
commit de650b9ef2

View File

@ -10,4 +10,6 @@ CREATE TABLE IF NOT EXISTS `treset_pass` (
PRIMARY KEY (`id`)
)ENGINE=InnoDB DEFAULT CHARSET=utf8;
UPDATE tgis_map_connection SET conection_data = '{"type":"OSM","url":"http://tile.openstreetmap.org/${z}/${x}/${y}.png"}' where id_tmap_connection = 1;
COMMIT;