Hi everybody
I am currently facing some troubles with the Map module.
We are updating from version 1.3 to 1.5. Ever since the update, the Map module is not working anymore (version with 1.3 is still productive:
http://app.unisg.ch/map/).
Just now I came to the point where I decided to build the module from scratch (since there is a lot of copy&paste in the old customized module and I didn't develop it originally). Also it should be pretty easy, we just have very few adaptions...
However, now I am not sure how to configure the module. The docs say new format is .kml, but docs are for 1.8 (we don't want to update to 1.8 because of those major changes in structure...).
Here is the config:
[0]
TITLE = "Universität St. Gallen"
SUBTITLE = "Wichtige Veranstaltungsräume"
BASE_URL = DATA_DIR"/map2/hsg.kml"
;CONTROLLER_CLASS = MapDBDataController
CONTROLLER_CLASS = MapDataController
PARSER_CLASS = KMLDataParser
SEARCHABLE = 1
DEFAULT_ZOOM_LEVEL = 17
JS_MAP_CLASS = "GoogleJSMap"
STATIC_MAP_CLASS = "GoogleStaticMap"
Any help is much appreciated!