Skip to content

Releases: corpus-synodalium/mapping

v0.6.0

06 Dec 04:46
Compare
Choose a tag to compare

Add Dioceses+Province Mode with updated GeoJSON files

What's New

  • Add 3 view modes: Dioceses only, Provinces only, Dioceses + Provinces
  • Visualize Dioceses + Province together using circle markers
  • Use updated geoJSON file links for both dioceses and provinces
  • Settings and information panels can now be moved around
  • Small improvements in map styles and colors

Bug fixes

  • Fix occasional overlap issues between diocese and province layers

Maintenance

  • Update metadata information of dioceses and provinces (i.e. json files)
  • Add scripts to generate json files from csv

v0.5.0

15 Mar 06:55
Compare
Choose a tag to compare

Add provinces

  • Add a new geojson layer of provinces
  • Add ability to toggle the visibility of both diocese and province layers
  • Show search results on provinces

v0.4.4

14 Mar 22:46
Compare
Choose a tag to compare

Add patterned regions

  • Shade a region in stripes if it does not appear in the database.
  • Add ability to toggle MapBox base map.
  • Add ability to toggle striped regions.

v0.4.3

04 Mar 02:00
Compare
Choose a tag to compare

Add Google Analytics

v0.4.2

04 Mar 01:42
4459df7
Compare
Choose a tag to compare

Refactor source code

  • No change in functionality.
  • Refactor App and Map components into multiple files for easier development in the future.

v0.4.1

03 Mar 22:13
Compare
Choose a tag to compare

Clean up metadata tables

  • Show only specific metadata fields that apper in this file: metadata_fields.json
  • Hide a metadata field when its value is empty.
  • Collapse all metadata tables when the user close the main modal.

v0.4.0

05 Feb 07:15
Compare
Choose a tag to compare

Integrate with PhiloLogic database

Now, when users click on "Map All Results" button on the PhiloLogic site, it will open a new tab with the map already loaded. 🚀

  • Handle input URL automatically at load.
  • Fix the issue where fetchData calls /beta2 API instead of the API in input URL.
  • Update favicon.

v0.3.0

05 Feb 04:48
ca6438e
Compare
Choose a tag to compare

Show results for each region on click

  • Show a list of text results when clicked on a region. (Each result includes a short text blob, metadata table, and a hyperlink to the PhiloLogic database.)
  • Make URL copy-paste process faster. (It now uses direct URL instead of export URL.)

v0.2.0

03 Oct 05:37
9e4e671
Compare
Choose a tag to compare

Add mapping feature

  • Map search results by pasting "export" URL from PhiloLogic web-app
  • Color each shapefile based on search results (only counts each record ID once)
  • Add 4 new color schemes and a drop-down menu
  • Update domain name: https://cosyn.app
  • Use a Content Delivery Network (Amazon CloudFront) to serve GeoJSON assets faster

v0.1.0

17 Sep 14:46
Compare
Choose a tag to compare

Display shape files on map

  • Display all shape files on map
  • Hover on each shape to see metadata
  • Click to zoom in
  • Click the same shape again to zoom out
  • Host Geojson file on Amazon S3