Ethermap

Ethermap - A realtime collaborative, version controlled map editor.

  • 所有者: dwilhelm89/Ethermap
  • 平台:
  • 許可證: Apache License 2.0
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Ethermap

Ethermap is a real-time collaborative map editor allowing:

  • synchronization of geoobjects between all clients
  • visual highlights of changes creating user-awareness
  • watching other users or show their current workarea
  • basic feature version control (browse older revisions and revert changes)
  • communicating about specific features within the chat

How does it work? shortly explains the overall concept.

For a demo (desktop only), open the website with several browsers log into the same map id with different user names. Or check out the video.

The application has been built as part of my master thesis at the ifgi (Institute for Geoinformatics, WWU Münster).

Technologies

Install dependencies (Ubuntu)

It is assumed that you have installed node.js (developed using 0.10.26)

sudo apt-get install couchdb
npm install -g grunt-cli
npm install -g bower
npm install -g forever

Run for Development

npm install
bower install
grunt serve

Run for Production

npm install
bower install
grunt build
NODE_ENV=production forever -o out.log -e err.log start dist/server.js

or with Docker and fig

It may be necessary to rename the folder Ethermap to ethermap (note the lower case e), as Docker cannot create things with uppercase names.

sudo fig up

Ethermap will be available from http://localhost:8080

Testing

Tests are based on Karma + Jasmine

For single test runs:

grunt test

For continuous testing:

npm install -g karma-cli
karma start

Create the JSDoc pages

grunt docs

License

Apache v2.0 - Dennis Wilhelm 2014

主要指標

概覽
名稱與所有者dwilhelm89/Ethermap
主編程語言JavaScript
編程語言JavaScript (語言數: 4)
平台
許可證Apache License 2.0
所有者活动
創建於2014-03-06 14:42:25
推送於2017-09-28 04:23:09
最后一次提交2017-04-18 21:29:02
發布數0
用户参与
星數124
關注者數11
派生數20
提交數265
已啟用問題?
問題數6
打開的問題數2
拉請求數3
打開的拉請求數2
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?