Map Viewer
GIS Cloud Map Viewer provides a simple and easy access maps. The application is optimized for non-professionals who just need to access the information.
Full information at http://www.giscloud.com/apps/map-viewer
Zero code, only app configuration!
Contact us for setting up your own app.
Access URL
Screenshot
App Configuration
learn more about GIS Cloud app configuration format
{ "sections": { "top": { "ribbonmenu": { "default_tab": "{{default_tab}}", "tabs": [ { "label_i18n": "Home", "type": "hometab", "id": "home_tab", "icon_class": "gc-ribbon-16 gc-ribbon-maps", "style": "width:70px", "scope": ["PUBLIC", "LOGGED_IN"], "elements": [ { "type": "BTN24_USER_MANUAL" }, { "type": "HOME_TAB_MAPS_MENU" } ] }, { "label_i18n": "Map", "id": "map_tab", "scope": ["PUBLIC", "LOGGED_IN"], "elements": [ { "type": "RIBBON_TOOLBOX", "scope": ["PUBLIC", "LOGGED_IN"], "class": "first", "elements": [ { "type": "BTN32_MAP_REFRESH" }, { "type": "BTN32_MAP_EXPORT", "scope": ["PUBLIC", "LOGGED_IN"] }, { "type": "BTN32_LAYER_EXPORT", "scope": ["PUBLIC", "LOGGED_IN"] }, { "type": "BTN32_SPATIAL_SELECTION" } ] }, { "type": "RIBBON_TOOLBOX", "class": "divider2", "scope": ["LOGGED_IN"], "elements": [ { "type": "BTN16_LAYER_SELECT_ALL" }, { "type": "BTN16_LAYER_ZOOM_TO" } ] }, { "type": "RIBBON_TOOLBOX", "scope": ["PUBLIC", "LOGGED_IN"], "class": "divider2", "elements": [ { "type": "BTN32_BOOKMARKS" }, { "type": "QUICK_SEARCH", "id": "quicksearch" } ] } ] } ] } } } }