https://github.com/vasnake/cartobonus
Custom web maps viewer, ArcGIS Silverlight API
https://github.com/vasnake/cartobonus
Last synced: 3 months ago
JSON representation
Custom web maps viewer, ArcGIS Silverlight API
- Host: GitHub
- URL: https://github.com/vasnake/cartobonus
- Owner: vasnake
- License: apache-2.0
- Created: 2016-08-25T23:27:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-26T00:04:22.000Z (over 8 years ago)
- Last Synced: 2025-01-03T12:12:32.525Z (5 months ago)
- Language: C#
- Size: 19.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cartobonus
Custom web maps viewer, ArcGIS Silverlight API
Heavily customized ArcGIS Viewer for Silverlight.
Loads of C# code and a few extra services.
Forgotten and forsaken.About
* Video presentation: https://youtu.be/WO0re-iIWlw
* A few words in my blog: http://vasnake.blogspot.com/2013/02/arcgis-web-maps.html### Folders
- agsproxy: MS IIS app, proxy for external ArcGIS Server REST services;
- app4: map viewer customized for specific application;
- app5: map viewer customized for another specific application;
- data: ETL tool used for preparing datasources;
- Ice: viewer extension for specific app;
- kvsproxy: MS IIS app, proxy for KV storage service;
- maps.web.builder: Cartobonus itself;
- Products.VKeyValObj: Python package for Zope, one of implementations of KV storage;
- QueryRelatedRecords: viewer extension for querying map linked data.