Skip to content

NatAtlas is a proof-of-concept webapplication. NatAtlas Viewer is a HTML5/SVG webapplication using the D3 Javascript API to create National Atlas webmapping in the framework of the Dutch National GeoData Infrastructure. NatAtlas Viewer is currently only tested on recent Chrome and Firefox browsers.

Notifications You must be signed in to change notification settings

GIP-ITC-UniversityTwente/NatAtlas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NatAtlas is a proof-of-concept webapplication.

NatAtlas Viewer is a HTML5/SVG webapplication using the D3 Javascript API to create National Atlas webmapping in the framework of the Dutch National GeoData Infrastructure. NatAtlas Viewer is currently only tested fully on recent Chrome and FireFox browsers. Check out stable test versions on https://kartoweb.itc.nl/NatAtlas/NatAtlasViewer/ (not always the latest version, that one is always in this GitHub)...

National Atlas Viewer is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License. see https://creativecommons.org/licenses/by-nc-sa/3.0/

Author: Barend Köbben - [email protected] -- kartoweb.itc.nl/kobben

Changelist:

version 0.9.0 [September 2016]

  • now using v4 of the D3 library
  • now all map symbolisations use d3.scale
  • now using standard version of d3-legend (by Susie Lu: https://d3-legend.susielu.com), legend height calculation moved to makeLegend() in NatAtlas.js

version 0.8.5 [January 2016]

  • supports CBS REST Open Data (using OData3 json output) in DataLoader().attributes

version 0.8 [December 2015]:

  • got rid of all use of eval(): e.g. eval("d." + FK) => d[FK]
  • first attempts at breaking up: re-useable js files, as proper classes: Messages.js + DataLoader.js

0.7 [August 2015]:

0.6 [August 2015]:

  • Started using a Changelist ;-)
  • First attempt at new MapChooser
  • repaired circles sizes to use Math.PI
  • use object for dataStats
  • Changed metadata to one file with several languages
  • moved common styles to natatlas.css
  • cleaned up all: clear distinction globals/locals/attributes
  • more error checking in metadata loading
  • added legends (based on d3.legend by Susie Lu: https://d3-legend.susielu.com)

About

NatAtlas is a proof-of-concept webapplication. NatAtlas Viewer is a HTML5/SVG webapplication using the D3 Javascript API to create National Atlas webmapping in the framework of the Dutch National GeoData Infrastructure. NatAtlas Viewer is currently only tested on recent Chrome and Firefox browsers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published