OneGeology / TechnicalDiscussion

A location for TIG, TAG, and any future OneGeology technical group to discuss technical issues surrounding portal, catalogue, service implementations, etc
3 stars 1 forks source link

Add new KIGAM service to automatic layers list and remove old listing #94

Open nmtoken opened 5 months ago

nmtoken commented 5 months ago

As noted in https://github.com/OneGeology/TechnicalDiscussion/issues/60 the old KIGAM service was in the automatic layers list and need replacing

Replace:

<!-- South Korea -->
<Layer name="KOR KIGAM 1M Bedrock Geology">
    <BBOX minx="124.032" miny="33.1138" maxx="131.873" maxy="43.0093"/>
    <Scale min="50000" max="10000000"/>
    <url>http://onegeology.kigam.re.kr/cgi-bin/KIGAM_Bedrock_Geology/wms?</url>
    <layername>KOR_KIGAM_1M_BLS</layername>
    <SRS>EPSG:4326</SRS>
</Layer> 

With:

<!-- South Korea -->
<Layer name="KOR KIGAM 1M Bedrock Geology">
    <BBOX minx="123.346" miny="33.113" maxx="131.873" maxy="43.0135"/>
    <Scale min="50000" max="10000000"/>
    <url>https://data.kigam.re.kr/mgeo/geoserver/OneGeology/ows?</url>
    <layername>KOR_KIGAM_1M_Bedrock_Geology</layername>
    <SRS>CRS:84</SRS>
    <SRS>EPSG:3857</SRS>
    <SRS>EPSG:4326</SRS>
</Layer> 
nmtoken commented 5 months ago

Active list is (I think, according to source code documentation ):

http://onegeology-europe.brgm.fr/eXist/rest//db//1GG_client_registry/AutoLayer.xml  (now broken)

A copy exists at:

https://github.com/OneGeology/OneGeology_Portal/blob/master/src/main/webapp/data/autolayer.xml
Amayafv commented 1 month ago

Hiya @nmtoken we are working on this task but then go into production. That will be done in a couple of weeks.

nmtoken commented 3 days ago

Actual list is http://onegeology-europe.brgm.fr/eXist/rest//db//1GG_client_registry/AutoLayer.xml