ITxPT / DATA4PTTools

Shared space for the development of the DATA4PT Greenlight NeTEx validation tool(s)
MIT License
10 stars 2 forks source link

Document coordinates is not in WGS84/EPSG:4326 #65

Closed skinkie closed 1 year ago

skinkie commented 1 year ago

When reviewing a single file from https://stefan.konink.de/FLIXBUS.zip I get the validation error; "Document coordinates is not in WGS84/EPSG:4326". I would expect that with the FrameDefaults below this should work.

      <FrameDefaults>
        <DefaultCodespaceRef ref="FLI:Codespace:FLI"/>
        <DefaultDataSourceRef ref="FLI:DataSource:FLIXBUS" version="20221101"/>
        <DefaultLocale>
          <TimeZone>UTC</TimeZone>
          <DefaultLanguage>en</DefaultLanguage>
        </DefaultLocale>
        <DefaultLocationSystem>WGS84</DefaultLocationSystem>
        <DefaultSystemOfUnits>SiMetres</DefaultSystemOfUnits>
        <DefaultCurrency>EUR</DefaultCurrency>
      </FrameDefaults>