Skip to content

Instantly share code, notes, and snippets.

@raprasad
Created March 15, 2017 17:48
Show Gist options
  • Select an option

  • Save raprasad/492736859cf5959a5a01d6e4df60f11b to your computer and use it in GitHub Desktop.

Select an option

Save raprasad/492736859cf5959a5a01d6e4df60f11b to your computer and use it in GitHub Desktop.
Update Dataverse geoconnect server

Please run the following SQL command against your Dataverse Postgres db

update worldmapauth_tokentype set 
mapitlink = 'https://geoconnect.datascience.iq.harvard.edu/shapefile/map-it', 
hostname='geoconnect.datascience.iq.harvard.edu' 
where name = 'GEOCONNECT';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment