-
Notifications
You must be signed in to change notification settings - Fork 26
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
Kaartmateriaal - Verschillende types kaart-interactie (Point, Polygon en Line) #2177
Open
Tracked by
#4880
joeribekker opened this issue
Oct 14, 2022
· 1 comment
· Fixed by open-formulieren/types#62 · May be fixed by open-formulieren/formio-builder#198, open-formulieren/open-forms-sdk#751 or #4953
Open
Tracked by
#4880
Kaartmateriaal - Verschillende types kaart-interactie (Point, Polygon en Line) #2177
joeribekker opened this issue
Oct 14, 2022
· 1 comment
· Fixed by open-formulieren/types#62 · May be fixed by open-formulieren/formio-builder#198, open-formulieren/open-forms-sdk#751 or #4953
Milestone
Comments
joeribekker
added
topic: kaartmateriaal
owner: rotterdam
sprint-14
Tijdelijk label
labels
Oct 14, 2022
joeribekker
changed the title
Ik wil als bouwer dat de klant gebruik kan maken van de types point, polygon en line voor kaart-interactie
Kaartmateriaal - Verschillende types kaart-interactie (Point, Polygon en Line)
May 1, 2023
joeribekker
added
owner: haarlemmermeer
sprint-18
Tijdelijk label
and removed
sprint-14
Tijdelijk label
labels
May 1, 2023
Besproken met Joeri Diederen. We gaan in het formulier beheer bij het kaartmateriaal veld instellingen toevoegen om de kaart interactie te bepalen. Dit gaat middels radio knoppen, met Point als standaard keuze (hoe het kaartmateriaal veld nu ook werkt). Bij het opslaan van een 'submission' wordt aangegeven wat voor kaart interactie was gebruikt. Hiervoor gebruiken we het geoJson formaat |
7 tasks
robinmolen
added a commit
to open-formulieren/types
that referenced
this issue
Dec 3, 2024
…apComponentSchema
robinmolen
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 3, 2024
robinmolen
added a commit
to open-formulieren/open-forms-sdk
that referenced
this issue
Dec 9, 2024
robinmolen
added a commit
to open-formulieren/open-forms-sdk
that referenced
this issue
Dec 9, 2024
robinmolen
added a commit
to open-formulieren/open-forms-sdk
that referenced
this issue
Dec 9, 2024
robinmolen
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 9, 2024
robinmolen
added a commit
to open-formulieren/open-forms-sdk
that referenced
this issue
Dec 10, 2024
Added leaflet-draw and react-leaflet-draw as dependencies. These allow easy user interactions with the leaflet map
robinmolen
added a commit
to open-formulieren/open-forms-sdk
that referenced
this issue
Dec 10, 2024
robinmolen
added a commit
to open-formulieren/open-forms-sdk
that referenced
this issue
Dec 10, 2024
…ead of coordinates The map component now uses and stores geoJson data, instead of coordinates. This means we can display and work with multiple shapes. One important change is that geoJson saves coordinates as lng-lat, instead of lat-lng
robinmolen
added a commit
to open-formulieren/open-forms-sdk
that referenced
this issue
Dec 10, 2024
…ponent property With the new property `interactions` the component can defined the possible map interactions. Currently supporting 'marker', 'polygon', 'polyline' and 'circle'
robinmolen
added a commit
to open-formulieren/open-forms-sdk
that referenced
this issue
Dec 10, 2024
robinmolen
added a commit
to open-formulieren/open-forms-sdk
that referenced
this issue
Dec 10, 2024
robinmolen
added a commit
to open-formulieren/open-forms-sdk
that referenced
this issue
Dec 10, 2024
robinmolen
added a commit
to open-formulieren/open-forms-sdk
that referenced
this issue
Dec 10, 2024
robinmolen
added a commit
to open-formulieren/open-forms-sdk
that referenced
this issue
Dec 10, 2024
robinmolen
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 12, 2024
robinmolen
added a commit
that referenced
this issue
Dec 12, 2024
robinmolen
added a commit
that referenced
this issue
Dec 12, 2024
robinmolen
added a commit
to open-formulieren/open-forms-sdk
that referenced
this issue
Dec 12, 2024
robinmolen
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 16, 2024
robinmolen
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 16, 2024
robinmolen
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 16, 2024
robinmolen
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 18, 2024
robinmolen
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 18, 2024
robinmolen
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 18, 2024
Both changes are needed for the leaflet-draw and react-leaflet-draw dependencies. leaflet-draw uses images for the different markers, which are included in the css. For this to work with the scss build, .png and .svg files use the dataurl loader https://esbuild.github.io/content-types/#data-url Typescript errors in the react-leaflet-draw dependency caused a typescript validation/error, which shouldn't happen. Using `skipLibCheck` in the tsconfig.json type issues in the node_modules folder are ignored
robinmolen
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 18, 2024
robinmolen
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 18, 2024
Both changes are needed for the leaflet-draw and react-leaflet-draw dependencies. leaflet-draw uses images for the different markers, which are included in the css. For this to work with the scss build, .png and .svg files use the dataurl loader https://esbuild.github.io/content-types/#data-url Typescript errors in the react-leaflet-draw dependency caused a typescript validation/error, which shouldn't happen. Using `skipLibCheck` in the tsconfig.json type issues in the node_modules folder are ignored
10 tasks
10 tasks
robinmolen
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 18, 2024
robinmolen
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 18, 2024
Both changes are needed for the leaflet-draw and react-leaflet-draw dependencies. leaflet-draw uses images for the different markers, which are included in the css. For this to work with the scss build, .png and .svg files use the dataurl loader https://esbuild.github.io/content-types/#data-url Typescript errors in the react-leaflet-draw dependency caused a typescript validation/error, which shouldn't happen. Using `skipLibCheck` in the tsconfig.json type issues in the node_modules folder are ignored
robinmolen
added a commit
that referenced
this issue
Dec 18, 2024
For the map interaction changes, we need to save the map data in a different format. This is to allow us to differentiate between point, line or polygon map information.
robinmolen
added a commit
that referenced
this issue
Dec 18, 2024
robinmolen
added a commit
that referenced
this issue
Dec 18, 2024
robinmolen
added a commit
to open-formulieren/open-forms-sdk
that referenced
this issue
Dec 19, 2024
Added leaflet-draw and react-leaflet-draw as dependencies. These allow easy user interactions with the leaflet map
robinmolen
added a commit
to open-formulieren/open-forms-sdk
that referenced
this issue
Dec 19, 2024
robinmolen
added a commit
to open-formulieren/open-forms-sdk
that referenced
this issue
Dec 19, 2024
…ead of coordinates The map component now uses and stores geoJson data, instead of coordinates. This means we can display and work with multiple shapes. One important change is that geoJson saves coordinates as lng-lat, instead of lat-lng
robinmolen
added a commit
to open-formulieren/open-forms-sdk
that referenced
this issue
Dec 19, 2024
…ponent property With the new property `interactions` the component can defined the possible map interactions. Currently supporting 'marker', 'polygon', 'polyline' and 'circle'
robinmolen
added a commit
to open-formulieren/open-forms-sdk
that referenced
this issue
Dec 19, 2024
robinmolen
added a commit
to open-formulieren/open-forms-sdk
that referenced
this issue
Dec 19, 2024
robinmolen
added a commit
to open-formulieren/open-forms-sdk
that referenced
this issue
Dec 19, 2024
robinmolen
added a commit
to open-formulieren/open-forms-sdk
that referenced
this issue
Dec 19, 2024
geoJson doesn't differentiate circles from markers, geoJson sees them both as a Point type. To make sure that circles are saved and drawn properly, we have to manually detect and assign the right Leaflet Marker type. To make sure that the circle keeps its size, we save its radius as geoJson property
robinmolen
added a commit
to open-formulieren/open-forms-sdk
that referenced
this issue
Dec 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ik wil als bouwer dat de klant gebruik kan maken van de types point, polygon en line voor kaart-interactie, zodat dat de klant verschillende opties voor het aangeven van een locatie tot zijn beschikking heeft.
Oorsprong: Dimpact-Samenwerking/Open-Formulieren#44 RTM: 7.4 Story points: 20 Business value: 3
The text was updated successfully, but these errors were encountered: