INSERT into setting VALUES (':GeoconnectCreateEditMaps', 'true');
INSERT into setting VALUES (':GeoconnectViewMaps', 'true');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';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';- A Dataverse user takes an action on a file, such as restricting it, that requires the deletion of any existing WorldMap layers for that file
- Delete path: Dataverse -> Geoconnect via API -> WorldMap via API -> layer deleted
- This differs from other cases in that the Geoconnect UI is not used
- Geoconnect holds WorldMap credentials which allow it access to the WorldMap API
<?xml version="1.0" encoding="UTF-8"?>
<sld:StyledLayerDescriptor xmlns="http://www.opengis.net/sld" xmlns:sld="http://www.opengis.net/sld" xmlns:ogc="http://www.opengis.net/ogc" xmlns:gml="http://www.opengis.net/gml" version="1.0.0">
<sld:NamedLayer>
<sld:Name>centroid_tz9</sld:Name>
<sld:UserStyle>
<sld:Name>centroid_tz9</sld:Name>
<sld:FeatureTypeStyle>page: http://guides.dataverse.org/en/3643-geoconnect-guide/installation/geoconnect.html
Change 2nd sentence onwards to be the following--or something similar. Updated content is between the horizontal lines: