As an unsupported module, we might be lacking the resources to give you further help: the people that wrote the module, the ones that should have enough knowledge to figure out what's happening just by reading a mail, are not involved in the project in an active way. Certainly other devs could drill into it and figure it out, but cannot justify spending hours on it for free. Your efforts are best spent getting into the code and providing a patch, or check the commercial support to get a professional to look into it for you
Cheers Andrea On Fri, Aug 6, 2021 at 3:23 PM Wal, Jan Tjalling van der < jan_tjalling.vander...@wur.nl> wrote: > Thanks Paul for your suggestions. And also to Andrea for responding. > > > > Together with Dolf, we have investigated further and not made much > progress. > > Attached a log-file from our GeoServer (2.18.4) that contains what happens > with a.o. the following requests and responses. > > > > 1>> > > Request: > > > https://opengeodata.wmr.wur.nl/geoserver/csw?service=CSW&version=2.0.2&request=GetRecords&typeNames=gmd:MD_Metadata&resultType=results&elementSetName=full&outputSchema=http://www.isotc211.org/2005/gmd&constraint=Title=%27BV_Telgebiede%27 > > Response: > > <csw:GetRecordsResponse xmlns:xsi=" > http://www.w3.org/2001/XMLSchema-instance" xmlns=" > http://www.opengis.net/cat/csw/apiso/1.0" xmlns:csw=" > http://www.opengis.net/cat/csw/2.0.2" xmlns:gco=" > http://www.isotc211.org/2005/gco" xmlns:gmd=" > http://www.isotc211.org/2005/gmd" xmlns:gmx=" > http://www.isotc211.org/2005/gmx" xmlns:xlink=" > http://www.w3.org/1999/xlink" xmlns:gfc="http://www.isotc211.org/2005/gfc > " version="2.0.2" xsi:schemaLocation="http://www.opengis.net/cat/csw/2.0.2 > https://opengeodata.wmr.wur.nl/geoserver/schemas/csw/2.0.2/record.xsd"> > > <csw:SearchStatus timestamp="2021-08-06T08:13:36.744Z"/> > > > <csw:SearchResults numberOfRecordsMatched="0" numberOfRecordsReturned="0" > nextRecord="0" recordSchema=" > http://www.isotc211.org/2005/gmd" elementSet="full"/> > > </csw:GetRecordsResponse> > > > > The above request has a misspelled Title, so correctly report zero results. > > It does contain a seemingly correct reference to xmlns:xlink. > > > > The request below has the correct spelling and get’s tripped up by the > gmx:Anchor_Type and @href error. > > 2>> > > Request: > > > https://opengeodata.wmr.wur.nl/geoserver/csw?service=CSW&version=2.0.2&request=GetRecords&typeNames=gmd:MD_Metadata&resultType=results&elementSetName=full&outputSchema=http://www.isotc211.org/2005/gmd&constraint=Title=%27BV_Telgebieden%27 > > Response: > > <ows:ExceptionReport xmlns:xs="http://www.w3.org/2001/XMLSchema > " xmlns:ows="http://www.opengis.net/ows" xmlns:xsi=" > http://www.w3.org/2001/XMLSchema-instance > " version="1.0.0" xsi:schemaLocation="http://www.opengis.net/ows > https://opengeodata.wmr.wur.nl/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd > "> > > <ows:Exception exceptionCode="NoApplicableCode"> > > <ows:ExceptionText>javax.xml.transform.TransformerException: Translator > error Translator error Failed to encoder records Problem with features21 > visiting feature:java.lang.IllegalArgumentException: Error mapping resource > BV_Telgebieden: Failed mapping property > 'identificationInfo.MD_DataIdentification.resourceConstraints[2].MD_LegalConstraints.otherConstraints.Anchor.@href': > Cannot find descriptor for attribute @href in type > http://www.isotc211.org/2005/gmx:Anchor_Type Error mapping resource > BV_Telgebieden: Failed mapping property > 'identificationInfo.MD_DataIdentification.resourceConstraints[2].MD_LegalConstraints.otherConstraints.Anchor.@href': > Cannot find descriptor for attribute @href in type > http://www.isotc211.org/2005/gmx:Anchor_Type Failed mapping property > 'identificationInfo.MD_DataIdentification.resourceConstraints[2].MD_LegalConstraints.otherConstraints.Anchor.@href': > Cannot find descriptor for attribute @href in type > http://www.isotc211.org/2005/gmx:Anchor_Type Cannot find descriptor for > attribute @href in type http://www.isotc211.org/2005/gmx:Anchor_Type > </ows:ExceptionText> > > </ows:Exception> > > </ows:ExceptionReport> > > > > 3>> > > When the field MD_LegalConstraint.otherConstraints is removed from the > metadata. > > The same error occurs on a different field. > > > 'referenceSystemInfo.MD_ReferenceSystem.referenceSystemIdentifier.RS_Identifier.code.Anchor.@href > ' > > > > 4>> > > Requests For GetCapabilities and DescribeRecord like shown below, give > responses that appear correct. > > > https://opengeodata.wmr.wur.nl/geoserver/csw?service=csw&version=2.0.2&request=GetCapabilities > > > https://opengeodata.wmr.wur.nl/geoserver/csw?service=CSW&version=2.0.2&request=DescribeRecord&typeName=gmd:MD_Metadata > > > > 5>> > > From the Inspire-configuration file we have edited metadata.properties. > > Our hunch was that maybe the error originates from Dutch text, not > matching English metadata language or the response received from the links > that follow. > After that we do get English text in the dropdown for otherConstraints as > expected. > > The error remains the same. So no fix there. > > > > > > The response from M. Elfström (30 Jul.) confirms our error. > > A later question [metadata plugin] Retrieve custom fields in GetRecordById > requests posted on 5 Aug. by R. Duivenvoorde could be related as well. > > > > We’ll be happy to see what new ideas arise from what I hope is useful > information. > > At this point we have no proper idea on where to focus our efforts. > > > > Kind regards, > > > > *Jan Tjalling van der Wal* > > > > jan_tjalling.vander...@wur.nl > > > > Tel. +31 (0)317-4 87147 # > > GSM +31(0)626120915 (privé) # > > # Ma+Di 09:00-18:00, Wo XX, Do+Vr 09:00-18:00 > > > > > > *From:* Paul van Genuchten <paul.vangenuch...@geocat.net> > *Sent:* 22 July 2021 23:22 > *To:* Wal, Jan Tjalling van der <jan_tjalling.vander...@wur.nl> > *Cc:* geoserver-users@lists.sourceforge.net > *Subject:* Re: [Geoserver-users] GeoServer: @href error on > MD_LegalConstraints.otherConstraints > > > > Hi Jan Tjalling, 2 things come to mind, but I’ve not recently tried: > > - gmx namespace is not included in the 2006 version of gmd, geoserver > however seems to use the 2007 version of iso19139, so this is probably not > the problem > > - Anchor.@href seems missing the xlink namespace, gmx:Anchor/@xlink:href, > can this be the problem? > > > > Kind regards, > > Paul van Genuchten > > GeoCat BV, Bennekom, the Netherlands > > > > > > > > > > > > > > > > On 22 Jul 2021, at 13:40, Wal, Jan Tjalling van der < > jan_tjalling.vander...@wur.nl> wrote: > > > > Dear all, > > > > We have added the CSW-module and the Inspire-metadata to GeoServer > (2.18.4) as per the instructions here > <https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdocs.geoserver.org%2Flatest%2Fen%2Fuser%2Ftutorials%2Fmetadata%2Findex.html&data=04%7C01%7Cjan_tjalling.vanderwal%40wur.nl%7Cd7b79c05887141bb236108d94d56b6ce%7C27d137e5761f4dc1af88d26430abb18f%7C0%7C0%7C637625857093559932%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=JTi0H%2Fvowy0iubJgrYEqzNYYJz1pO9DZSAfqERtRyc8%3D&reserved=0> > . > > However despite trying various options when editing the metadata (on the > available tab), a GetRecord-request does not receive a valid answer. > > > > GetCapabilities does give a correct answer. > > > > This query: > > > https://opengeodata.wmr.wur.nl/geoserver/csw?service=CSW&version=2.0.2&request=GetRecords&typeNames=gmd:MD_Metadata&resultType=results&elementSetName=full&outputSchema=http://www.isotc211.org/2005/gmd > <https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fopengeodata.wmr.wur.nl%2Fgeoserver%2Fcsw%3Fservice%3DCSW%26version%3D2.0.2%26request%3DGetRecords%26typeNames%3Dgmd%3AMD_Metadata%26resultType%3Dresults%26elementSetName%3Dfull%26outputSchema%3Dhttp%3A%2F%2Fwww.isotc211.org%2F2005%2Fgmd&data=04%7C01%7Cjan_tjalling.vanderwal%40wur.nl%7Cd7b79c05887141bb236108d94d56b6ce%7C27d137e5761f4dc1af88d26430abb18f%7C0%7C0%7C637625857093569931%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=YeEChZ%2BA1XfgjDEOidljweJNau4Qx6rc3ZYgJ%2BGXAYU%3D&reserved=0> > > > > Yields this result: > > <ows:ExceptionReport xmlns:xs="http://www.w3.org/2001/XMLSchema > <https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.w3.org%2F2001%2FXMLSchema&data=04%7C01%7Cjan_tjalling.vanderwal%40wur.nl%7Cd7b79c05887141bb236108d94d56b6ce%7C27d137e5761f4dc1af88d26430abb18f%7C0%7C0%7C637625857093569931%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=%2FoipplJShWGg7p517jYV%2FW9eSUiOf%2BXsWi%2BxboXRi10%3D&reserved=0> > " xmlns:ows="http://www.opengis.net/ows > <https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.opengis.net%2Fows&data=04%7C01%7Cjan_tjalling.vanderwal%40wur.nl%7Cd7b79c05887141bb236108d94d56b6ce%7C27d137e5761f4dc1af88d26430abb18f%7C0%7C0%7C637625857093579922%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=47A99G3GGsqytYL8l6NLqWB0wnFutqbfOvL9UYOgRLA%3D&reserved=0> > " xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance > <https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.w3.org%2F2001%2FXMLSchema-instance&data=04%7C01%7Cjan_tjalling.vanderwal%40wur.nl%7Cd7b79c05887141bb236108d94d56b6ce%7C27d137e5761f4dc1af88d26430abb18f%7C0%7C0%7C637625857093579922%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=VrpXIoCDM4YoL289itUg8P%2BnyhRUuIDEFAfTHWah8%2Fo%3D&reserved=0> > " version="1.0.0" xsi:schemaLocation="http://www.opengis.net/ows > <https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.opengis.net%2Fows&data=04%7C01%7Cjan_tjalling.vanderwal%40wur.nl%7Cd7b79c05887141bb236108d94d56b6ce%7C27d137e5761f4dc1af88d26430abb18f%7C0%7C0%7C637625857093589916%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=3ThJwWEmWfHxZytjsYaBq4LNuBBlNJdgg7poxA27yPg%3D&reserved=0> > https://opengeodata.wmr.wur.nl/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd > <https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fopengeodata.wmr.wur.nl%2Fgeoserver%2Fschemas%2Fows%2F1.0.0%2FowsExceptionReport.xsd&data=04%7C01%7Cjan_tjalling.vanderwal%40wur.nl%7Cd7b79c05887141bb236108d94d56b6ce%7C27d137e5761f4dc1af88d26430abb18f%7C0%7C0%7C637625857093589916%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=oCS2sg30EAs7yINLxwvnbfrSJtGWmP7UCIVnUjKr31I%3D&reserved=0> > "> > > <ows:Exception exceptionCode="NoApplicableCode"> > > <ows:ExceptionText>javax.xml.transform.TransformerException: Translator > error Translator error Failed to encoder records Problem with features2 > visiting feature:java.lang.IllegalArgumentException: Error mapping resource > BV_Telgebieden: Failed mapping property > 'identificationInfo.MD_DataIdentification.resourceConstraints[2] > .MD_LegalConstraints.otherConstraints.Anchor.@href': Cannot find > descriptor for attribute @href in type > http://www.isotc211.org/2005/gmx:Anchor_Type > <https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.isotc211.org%2F2005%2Fgmx%3AAnchor_Type&data=04%7C01%7Cjan_tjalling.vanderwal%40wur.nl%7Cd7b79c05887141bb236108d94d56b6ce%7C27d137e5761f4dc1af88d26430abb18f%7C0%7C0%7C637625857093599912%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=8UftTGBFaUJRDo%2F07o2KdC3u9TZMPaQtYZ44arSfn%2Bo%3D&reserved=0> > Error mapping resource BV_Telgebieden: Failed mapping property > 'identificationInfo.MD_DataIdentification.resourceConstraints[2] > .MD_LegalConstraints.otherConstraints.Anchor.@href': Cannot find > descriptor for attribute @href in type > http://www.isotc211.org/2005/gmx:Anchor_Type > <https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.isotc211.org%2F2005%2Fgmx%3AAnchor_Type&data=04%7C01%7Cjan_tjalling.vanderwal%40wur.nl%7Cd7b79c05887141bb236108d94d56b6ce%7C27d137e5761f4dc1af88d26430abb18f%7C0%7C0%7C637625857093599912%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=8UftTGBFaUJRDo%2F07o2KdC3u9TZMPaQtYZ44arSfn%2Bo%3D&reserved=0> > Failed mapping property > 'identificationInfo.MD_DataIdentification.resourceConstraints[2] > .MD_LegalConstraints.otherConstraints.Anchor.@href': Cannot find > descriptor for attribute @href in type > http://www.isotc211.org/2005/gmx:Anchor_Type > <https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.isotc211.org%2F2005%2Fgmx%3AAnchor_Type&data=04%7C01%7Cjan_tjalling.vanderwal%40wur.nl%7Cd7b79c05887141bb236108d94d56b6ce%7C27d137e5761f4dc1af88d26430abb18f%7C0%7C0%7C637625857093609906%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=Eb58EpNBBg7Hu3E468wmUD3X%2FoVvcsqyIPGjic6g4dw%3D&reserved=0> > Cannot find descriptor for attribute @href in type > http://www.isotc211.org/2005/gmx:Anchor_Type</ows:ExceptionText> > <https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.isotc211.org%2F2005%2Fgmx%3AAnchor_Type%253C%2Fows%3AExceptionText%253E&data=04%7C01%7Cjan_tjalling.vanderwal%40wur.nl%7Cd7b79c05887141bb236108d94d56b6ce%7C27d137e5761f4dc1af88d26430abb18f%7C0%7C0%7C637625857093609906%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=t6b6nkqgPJFvJV%2B7npx1dOrH0NBypjWwBlZlv5amRE8%3D&reserved=0> > > </ows:Exception> > > </ows:ExceptionReport> > > > > What are we missing? > > > > Suggestions on what to check or modify are greatly appreciated, > > *Jan Tjalling van der Wal* > > Wageningen Marine Research (IMARES) Institute for Marine Resources > & Ecosystem Studies > > Ankerpark 27, 1781 AG Den Helder > > Postbus 57, 1780 AB Den Helder > > Tel. +31 (0)317-4 87147 # > > GSM +31(0)626120915 (privé) # > > # Ma+Di 09:00-18:00, Wo XX, Do+Vr 09:00-18:00 > > jan_tjalling.vander...@wur.nl > > <image001.png> > > www.wur.nl/marine-research > <https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.wur.nl%2Fmarine-research&data=04%7C01%7Cjan_tjalling.vanderwal%40wur.nl%7Cd7b79c05887141bb236108d94d56b6ce%7C27d137e5761f4dc1af88d26430abb18f%7C0%7C0%7C637625857093619900%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=%2FJk46k01zbxUyVLEANMPxNxoM%2FxfQQVqMXqfPYjHNLc%3D&reserved=0> > (NL) / www.wur.eu/marine-research > <https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.wur.eu%2Fmarine-research&data=04%7C01%7Cjan_tjalling.vanderwal%40wur.nl%7Cd7b79c05887141bb236108d94d56b6ce%7C27d137e5761f4dc1af88d26430abb18f%7C0%7C0%7C637625857093629897%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=%2BJVs32qNE7KibuouM%2Fv7RZxVr%2FTinpIVYiqW7JlYf8E%3D&reserved=0> > (ENG) > > www.disclaimer-nl.wur.nl > <https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.disclaimer-nl.wur.nl%2F&data=04%7C01%7Cjan_tjalling.vanderwal%40wur.nl%7Cd7b79c05887141bb236108d94d56b6ce%7C27d137e5761f4dc1af88d26430abb18f%7C0%7C0%7C637625857093629897%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=YUcRFT%2F9jfyhU0RVeTJL2DjngaZ2KgWd70ABe8%2Bmsw4%3D&reserved=0> > / www.disclaimer-uk.wur.nl > <https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.disclaimer-uk.wur.nl%2F&data=04%7C01%7Cjan_tjalling.vanderwal%40wur.nl%7Cd7b79c05887141bb236108d94d56b6ce%7C27d137e5761f4dc1af88d26430abb18f%7C0%7C0%7C637625857093639888%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=%2B02n1ZJ5QyjdtQUftuK5szo3CapU4mhM3%2F0MS%2BT18Mk%3D&reserved=0> > > > > _______________________________________________ > Geoserver-users mailing list > > Please make sure you read the following two resources before posting to > this list: > - Earning your support instead of buying it, but Ian Turton: > http://www.ianturton.com/talks/foss4g.html#/ > <https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.ianturton.com%2Ftalks%2Ffoss4g.html%23%2F&data=04%7C01%7Cjan_tjalling.vanderwal%40wur.nl%7Cd7b79c05887141bb236108d94d56b6ce%7C27d137e5761f4dc1af88d26430abb18f%7C0%7C0%7C637625857093639888%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=Ct3IvD461FqBxXHK%2FvfCmrCn3MUbESY7qEY8wr05VLI%3D&reserved=0> > - The GeoServer user list posting guidelines: > http://geoserver.org/comm/userlist-guidelines.html > <https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fgeoserver.org%2Fcomm%2Fuserlist-guidelines.html&data=04%7C01%7Cjan_tjalling.vanderwal%40wur.nl%7Cd7b79c05887141bb236108d94d56b6ce%7C27d137e5761f4dc1af88d26430abb18f%7C0%7C0%7C637625857093649886%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=r9%2F0PY76%2FNKQGw0TyUTWnAzWzTLqNPKzFLFhfDsYxLc%3D&reserved=0> > > If you want to request a feature or an improvement, also see this: > https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer > <https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fgeoserver%2Fgeoserver%2Fwiki%2FSuccessfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer&data=04%7C01%7Cjan_tjalling.vanderwal%40wur.nl%7Cd7b79c05887141bb236108d94d56b6ce%7C27d137e5761f4dc1af88d26430abb18f%7C0%7C0%7C637625857093649886%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=dVX4olEz8%2BWyrabwjd6pGljxZs6XvQkFOkB3vnTOKMs%3D&reserved=0> > > > Geoserver-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geoserver-users > <https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.sourceforge.net%2Flists%2Flistinfo%2Fgeoserver-users&data=04%7C01%7Cjan_tjalling.vanderwal%40wur.nl%7Cd7b79c05887141bb236108d94d56b6ce%7C27d137e5761f4dc1af88d26430abb18f%7C0%7C0%7C637625857093659878%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=mhkza2KrSXkaRgs7mHsU6SzkziPiYsYzdS1SY7GBuW0%3D&reserved=0> > > > _______________________________________________ > Geoserver-users mailing list > > Please make sure you read the following two resources before posting to > this list: > - Earning your support instead of buying it, but Ian Turton: > http://www.ianturton.com/talks/foss4g.html#/ > - The GeoServer user list posting guidelines: > http://geoserver.org/comm/userlist-guidelines.html > > If you want to request a feature or an improvement, also see this: > https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer > > > Geoserver-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geoserver-users >
_______________________________________________ Geoserver-users mailing list Please make sure you read the following two resources before posting to this list: - Earning your support instead of buying it, but Ian Turton: http://www.ianturton.com/talks/foss4g.html#/ - The GeoServer user list posting guidelines: http://geoserver.org/comm/userlist-guidelines.html If you want to request a feature or an improvement, also see this: https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer Geoserver-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-users