-
Notifications
You must be signed in to change notification settings - Fork 2
Configuring Your Dataverse for Geoconnect
Raman Prasad edited this page Nov 30, 2016
·
2 revisions
(to do)
- diagram (from page one)
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');- Determine the Geoconnect service url
- As of 12/2016:
http://geoconnect.datascience.iq.harvard.edu/
- As of 12/2016:
- 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');