Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

geo:json example is not correct #21

Open
jmcanterafonseca opened this issue Aug 11, 2016 · 1 comment
Open

geo:json example is not correct #21

jmcanterafonseca opened this issue Aug 11, 2016 · 1 comment

Comments

@jmcanterafonseca
Copy link

jmcanterafonseca commented Aug 11, 2016

it should be , for a Polygon, for instance:

{ 
   "type": "geo:json",
   "value": {
      "type": "Polygon",
       "coordinates": [
        [
          [-3.80356167695194, 43.46296641666926 ],
          [-3.803161973253841,43.46301091092682 ],
          [-3.803147082548618,43.462879859445884],
          [-3.803536474744068,43.462838666196674],
          [-3.80356167695194, 43.46296641666926]
        ]
    ]
   }
}
@gtorodelvalle
Copy link
Owner

Hi @jmcanterafonseca , is this issue already solved? :) If not I would appreciate more concrete information about the example you refer to, please... ;) Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants