Skip to content

Configuring Your Dataverse for Geoconnect

Raman Prasad edited this page Nov 30, 2016 · 2 revisions

(to do)

  • diagram (from page one)

Set-up Steps

1. Update the Dataverse settings table

Run these two SQL queries to allow mapping of Dataverse files and viewing of mapped files

INSERT into setting VALUES (':GeoconnectCreateEditMaps', 'true');
INSERT into setting VALUES (':GeoconnectViewMaps', 'true');

2. Update the geoconnect server url

  • Determine the Geoconnect service url
    • As of 12/2016: http://geoconnect.datascience.iq.harvard.edu/
  • Using the service url, run the following query (or similar if you're geoconnect url is different)

Run this SQL queries to allow mapping of Dataverse files and viewing of mapped files

  • update geoconnect server url (move this to settings? e.g. settings didn't exist when geoconnect started)
  • contact Dataverse team to register Dataverse installation
INSERT into setting VALUES (':GeoconnectCreateEditMaps', 'true');
INSERT into setting VALUES (':GeoconnectViewMaps', 'true');

For testing

INSERT into setting VALUES (':GeoconnectDebug', 'true');

Clone this wiki locally