Skip to content
FuZhenn edited this page Aug 18, 2016 · 8 revisions

image

Maptalks is an open-source javascript library to create maps for enterprise applications.

Maptalks's goal is keeping on delivering the essential features and plugins for enterprise project developers and makes maps developing simple and joyful.

Introduction

Coming from experience in enterprise GIS projects, the ideas to create this library are:

  • Simple, teammates don't need to be an expert to start GIS developing.
  • Feature-Packed, always have stable, official choices for essential features.
  • Performance, to save painful efforts of performance tweaking.
  • Rich in Style
  • Easy to Extend, comfortable and natural to develop plugins for reuses.

That's why maptalks.js comes here.

Install

Maptalks.js can be installed with a standalone file or via NPM.

  • With standalone file

download the lastest release and load it in your HTML page with:

<link href="path/to/maptalks.css" rel="stylesheet" type="text/css" />
<script src="path/to/maptalks.js"></script>
  • With NPM

To install via NPM, you need to install Node and then in shell:

npm install maptalks --save

For more details, please refer to Quick Start

Guides

Clone this wiki locally