Mobilizon/Gancio Compatiblity: location address #4

Closed
opened 2023-12-12 22:00:48 +01:00 by linos · 1 comment
Owner

Investigate how the ChangeSet (incoming transformer) within Mobilizon works.

	"location": {
		"address": {
			"addressCountry": null,
			"addressLocality": "Graz",
			"addressRegion": null,
			"postalCode": "8020",
			"streetAddress": "Neubaugasse 6",
			"type": "PostalAddress"
		},
		"id": "https://events.graz.social/address/e16542e7-4780-4469-8bae-61cf603c746d",
		"name": "ppc",
		"type": "Place"
	},

Within Gancio it is simpler: an address is just a text.

"location": {
    "name": "Gmota",
    "address": "Münzgragebenstraße 21, 8010 Graz",
    "latitude": 0,
    "longitude": 0
},
Investigate how the ChangeSet (incoming transformer) within Mobilizon works. ```json "location": { "address": { "addressCountry": null, "addressLocality": "Graz", "addressRegion": null, "postalCode": "8020", "streetAddress": "Neubaugasse 6", "type": "PostalAddress" }, "id": "https://events.graz.social/address/e16542e7-4780-4469-8bae-61cf603c746d", "name": "ppc", "type": "Place" }, ``` Within Gancio it is simpler: an address is just a text. ```json "location": { "name": "Gmota", "address": "Münzgragebenstraße 21, 8010 Graz", "latitude": 0, "longitude": 0 }, ```
linos added the
question
label 2024-01-13 15:20:38 +01:00
Author
Owner

Solved upstream.

Solved upstream.
linos closed this issue 2024-01-13 15:20:47 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Event-Federation/wordpress-activitypub-event-bridge#4
No description provided.