地图库:modestmaps-js
jopen
9年前
Modest Maps JS 是用 JavaScript 实现的显示和交互地图库。我们的目的是为那些想要在项目中是使用交互地图的设计师和开发人员们,提供一个小的、可扩展的、可定制的、免费的显示库。
Usage:
Seeexamples/and the wiki home page for ideas on how to start out using Modest Maps.
Building
This package includes a copy of YUICompressor, which requires a version of Java on your system. To create a new build of Modest Maps (only necessary for development), runmakefrom the root directory.
Developing with npm:
Modest Maps includes apackage.jsonfile to guide usage of its code on the server-side, and to handle certain dependencies.
To install developer dependencies - needed for documentation and tests - you'll need npm:
npm install --dev
Tests
Tests requireexpressoto be installed bynpm, as noted above. To run tests,
make tests