https://github.com/wenzeslaus/mea592_webgis_leaflet
MEA592: WebGIS: Publishing GRASS GIS data using Leaflet
https://github.com/wenzeslaus/mea592_webgis_leaflet
Last synced: about 2 months ago
JSON representation
MEA592: WebGIS: Publishing GRASS GIS data using Leaflet
- Host: GitHub
- URL: https://github.com/wenzeslaus/mea592_webgis_leaflet
- Owner: wenzeslaus
- Created: 2015-02-04T18:53:36.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-01T15:16:28.000Z (almost 10 years ago)
- Last Synced: 2025-01-12T17:11:38.414Z (3 months ago)
- Language: JavaScript
- Size: 2.97 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
MEA592: WebGIS: Publishing GRASS GIS data using Leaflet
=======================================================Assignment about publishing data on web using GRASS GIS and Leaflet
JavaScript library for the course *Special Topics Course:*
*Multidimensional Geospatial Modeling*
(http://courses.ncsu.edu/mea592/common/GIST_MEA592005.html).The main document is ``from_grass_to_leaflet_assignment.rst``.
The slides with basic terminology can be generated
from ``leaflet_basics_lecture.rst``.HTML files are example or base files for the assignment.
The ``style.css`` file is a file usable as a CSS for HTML
generated from reStructuredText files (``.rst``). This
can be done using ``create_documents.sh`` script (requires
*pandoc* and *LaTeX*).The repository contains the Leaflet library distribution downloaded
from http://leafletjs.com/ (BSD-style license). It is contained in
the directory ``lib_leaflet``. This simplifies deployment on
some servers (``http`` versus ``https`` issue) and also it can make the
page a bit faster. However, it should be updated with a new release.