Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Map module link #61

@bpayst

Description

@bpayst

The KML file linked causes an incorrect URL to get passed to the browser. the URL is missing the hostname. Test site is here:

http://ec2-184-73-150-55.compute-1.amazonaws.com/map/index?group=Ops&listview=1&_b=%258B%258E%2505%2500

click on Hyatt TNC to see behavior.

feeds-Ops.ini that contains this:

[0]
TITLE = "Hyatt"
SUBTITLE = "TNC"
BASE_URL = DATA_DIR"/Hyatt.kml"
CONTROLLER_CLASS = "MapDataModel"
STATIC_MAP_CLASS = "GoogleStaticMap"
JS_MAP_CLASS = "GoogleJSMap"
SEARCHABLE = 0
DEFAULT_ZOOM_LEVEL = 15

[1]
TITLE = "KMZ"
SUBTITLE = ""
BASE_URL = DATA_DIR"/Hyatt.kmz"
CONTROLLER_CLASS = "MapDataModel"
STATIC_MAP_CLASS = "GoogleStaticMap"
JS_MAP_CLASS = "GoogleJSMap"
SEARCHABLE = 0
DEFAULT_ZOOM_LEVEL = 15

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions