intersystems-community / dsw-map

map examples of different regions to render in DeepSeeWeb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dsw-map

Gitter Gitter

map examples of different regions to render in DeepSeeWeb

Online demo

Non issue

If you are using the local host as the server, then replace localhost with IP 127.0.0.1 to avoid an error.

Installation

ZPM

USER>zpm "install dsw-map"

  1. Be sure you have MDX2JSON and DeepSeeWeb installed.

  2. Download release.xml file and import it into a target Namespace.

  3. To setup all the maps run in the terminal:

    d ##class(DSWMap.Utils).SetupAll()

Or run following to setup special map only:

    d ##class([MapName].Utils).Setup()
  1. Download polygons.zip and place polygons files in /csp/yourtargetnamespace.
  2. Download [TermList.xml] and impot global from it into target Namespace
  3. Open yourserver/dsw/ in a target namespace and get the maps.

About

map examples of different regions to render in DeepSeeWeb

License:MIT License


Languages

Language:ObjectScript 100.0%Language:Dockerfile 0.0%