Skip to content
This repository has been archived by the owner on Dec 12, 2019. It is now read-only.

Latest commit

 

History

History
27 lines (23 loc) · 988 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 988 Bytes

City of Lincoln Release Candidate

options

-db : run setup_py to rebuild your database
-ow : overwrite concepts and collections 
-st : stage concepts and collections
-s  : a zipfile located on github or locally

configuration

By default mapbox-style layers will be loaded with the name property found in the layer's style.json file. The default name for tile server layers will be the basename of the layer's xml file. For both mapbox-style and tile server layers the default icon-class will be fa fa-globe. To customize the name and icon-class, simply add a meta.json file to the layer's directory with the following object:

{
  "name": "example name",
  "icon": "fa example-class"
}

load data

To load data the target must be an arches project rather than the arches application.:

arches-project create myproject
cd myproject
python manage.py packages -o load_package -s https://github.com/archesproject/lincoln_release/archive/master.zip -db true