Files in the Map Explorer Open project - mapocosm/Map-Explorer-Open GitHub Wiki

app.js

main application javascript file

app.css

CSS style definitions used by poiBrowser and Googleness HTML rendering

catalog.json

JSON database of remote maps that may be of interest, to get the user started

AndroidManifest.xml

in platform/android/, for android-specific features like intent filters

ProcessKML.js

module for downloading and parsing KML map files

poiBrowser.js

module for opening local or remote HTML and image files

Googleness.js

module for querying Google maps and places APIs and formatting results

FileTransfer.js

module for managing HTTP downloads

TitleBar.js

module for cross-platform title bar and pulldown menu user interface

UtilityDialogs.js

module for user interactions: dialogs, alerts, selections, text entry, etc.

UtilityFunctions.js

every project needs a place to put all the common functions and definitions