Hello,
I am working on a workflow that extracts GEO data from an ESRI GEO database to a GEOJson file that has to be imported into Socrata.
The issue I encounter is that my (in FME generated) GEOJson file apparently doesn't apply to the GEOJson standards.
Checking this file on geojsonlint.com I mostly get errors that features don't follow the right-hand-rule or GEOJson structure errors. (type member required)
Importing this GEOJson file into Socrata goes wrong. (But when I import the GEOJson into QGiss and save it again as GEOJson there is no issue importing this into Socrata.)
I've been debugging and testing for a while now but can't figure out what I'm doing wrong. I can only think about 2 things.
Am I using the Orientor correctly?
I use the OrientationExtractor to determine the orientation. Then I use a Tester to get only the left-hand-ruled features. With a the Orientor I convert these left-hand-ruled features to right-hand-ruled ones. Settings of the Orientor are:
Orientation Type:Reverse and Flip Appearances: Yes. I tried other settings of the Orientation Type (left / right-hand-rule) but it seems that the features aren't converted properly.
Can someone tell me If I am doing something wrong in the Orientor here?
An other thought is if the GEOjson writer itself could make some errors here?
Can anyone give me some clues here?