Maplet
Project description
Source codes for http://www.maplet.org
Introduction
The CMS was desinged as the container for GIS showing as the very beginning. It has the basic map showing, map overlaying, GIS data editing funtion now. And, the CMS could used to publish different kind the information, such as basic HTML page, JavaScript app, maps, multimedias.
Building the environment
python3 -m venv ~/vpy_maplet source ~/vpy_maplet/bin/activate pip3 install -r doc/requirements.txt git clone https://github.com/bukun/torcms_f2elib.git static/f2elib git clone https://github.com/bukun/torcms_modules_bootstrap.git templates/modules
Setup
Database
\set dbname maplet CREATE USER :dbname WITH PASSWORD '131322' ; CREATE DATABASE :dbname OWNER :dbname ; GRANT ALL PRIVILEGES ON DATABASE :dbname to :dbname ; \c :dbname ; create extension hstore; \q
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
torcms_maplet-0.0.3.tar.gz
(11.1 kB
view details)
File details
Details for the file torcms_maplet-0.0.3.tar.gz
.
File metadata
- Download URL: torcms_maplet-0.0.3.tar.gz
- Upload date:
- Size: 11.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f98a26c505a888a3546e6203680a28cd68b201fe59080f9148af97ca965e03dc |
|
MD5 | e57795e1f9d14375c56e0c0129b0e8b5 |
|
BLAKE2b-256 | eb9a5d5e906e7ef2803d0efc6d7cdaad4496ca2446ddcf6d8c7d8fd08af8b9ce |