Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 695 Bytes

README.markdown

File metadata and controls

21 lines (14 loc) · 695 Bytes

MarkLogic Map Links server-side code

Summary

This library is a companion to the ml-ol-maps-ng library for locating links to geospatial items for display in Angular applications. This library provides the MarkLogic-server-side code needed to provide the APIs (REST extensions and modules) which provide the data required by the front-end code.

Installation

This is an mlpm module. See that page for the latest installation directions. This should work:

npm install -g mlpm
mlpm install map-links --save
mlpm deploy -H localhost -P 8040 -u admin -p admin

Use

TODO