Skip to content

saivaradula/mapguide-react-layout

 
 

Repository files navigation

mapguide-react-layout

Build status Build status Coverage Status Greenkeeper badge

mapguide-react-layout is a modern map viewer for MapGuide.

It is built from the ground up with modern web technologies (React, OpenLayers 3, TypeScript) to be the definitive map viewer for MapGuide Open Source or Autodesk Infrastructure Map Server

It aims for reasonable compatibility with the existing Web Layout and Flexible Layout (TODO) configuration documents that drive the existing AJAX and Fusion map viewers, ensuring an authoring and development experience similar to MapGuide's existing viewer offerings.

Requirements

  • MapGuide Open Source 3.0 or equivalent version of Autodesk Infrastructure Map Server (and newer versions)
  • A modern web browser. Practically speaking, this means any of the following:
    • Google Chrome (stable channel)
    • Mozilla Firefox (stable channel)
    • Internet Explorer 11. Older versions (intentionally) not supported.
    • Microsoft Edge
    • For mobile devices:
      • iOS: Mobile Safari
      • Android: Google Chrome or Mozilla Firefox
  • For development: node.js 6.x or newer
    • Make sure yarn is installed npm install -g yarn

Installation - From Source

  1. Clone this repository
  2. Run from the command-line: yarn install (note: If this fails for you on Windows, just run it again - Related issue)
  3. Either:
    • Copy the viewer directory to MapGuide's physical wwwroot directory
    • Map the viewer directory as a child virtual directory under the MapGuide's wwwroot in your web server of choice (IIS or Apache)
  4. Launch the viewer using a pre-defined template (see Templates below)

Installation - From release package

  1. Download the viewer.zip from the Releases section
  2. Extract the archive to MapGuide's physical wwwroot directory
  3. Launch the viewer using a pre-defined template (see Templates below)

Templates

The following templates are included with this viewer.

See TEMPLATES.md for how to launch a viewer with the desired template

AJAX Viewer

Sidebar

Slate

Maroon

Aqua

LimeGold

TurquoiseYellow

Known Issues

See KNOWN_ISSUES.md

Release Notes

See RELEASE_NOTES.md

Credits

mapguide-react-layout could not be possible without the following tools and libraries:

License

mapguide-react-layout is licensed under the MIT license.

About

A modern map viewer for MapGuide

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 89.8%
  • TypeScript 9.2%
  • Other 1.0%