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

Tallenna kaavan ulkoraja jsonina #28

Closed
LKajan opened this issue Oct 15, 2024 · 1 comment · Fixed by #76
Closed

Tallenna kaavan ulkoraja jsonina #28

LKajan opened this issue Oct 15, 2024 · 1 comment · Fixed by #76
Assignees

Comments

@LKajan
Copy link
Contributor

LKajan commented Oct 15, 2024

Jos käyttäjä haluaa lähettää kaavan webbilomakkeen kautta, niin hän tarvitsee kaavan ulkorajan json-muodossa. Huomioi, että vakiomuotoisesta geojsonista poiketen mukana on srid avain.
Esimerkki:

{
  "type": "Feature",
  "properties": {
    "name": "Example Polygon"
  },
 "srid": "3067",
 "geometry": {
    "type": "Polygon",
    "coordinates": [
       [
         [ 376895.413716607959941, 6670011.78399389795959 ],
         [ 376895.413716608076356, 6670185.051267450675368 ],
         [ 377094.834540888376068, 6670185.051267450675368 ],
         [ 377094.834540888376068, 6670011.783993900753558 ],
         [ 376895.413716607959941, 6670011.78399389795959 ]
       ]
     ]
   }
 }
@LKajan
Copy link
Contributor Author

LKajan commented Nov 4, 2024

Kaavan ulkoraja saadaan otettua kaavan jsonista, joka ladataan #27 :ssa.

@Mtk112 Mtk112 self-assigned this Nov 27, 2024
@Mtk112 Mtk112 linked a pull request Nov 27, 2024 that will close this issue
@Mtk112 Mtk112 closed this as completed in #76 Dec 4, 2024
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

Successfully merging a pull request may close this issue.

2 participants