Nothing I'm aware of. You've got a couple issues to contend with, first being that GPX is based on XML. You've got a choice to make, convert it to GeoJSON or leave it in it's native format. Embedding data with a schema (XML) or specification (JSON) into a nostr message still has it's own set of issues as embedding JSON or XML within another JSON structure increases the complexity of validation.
It’s like, you can do it, but you shouldn’t do it, however there’s not another option based on existing standards.
Please Login to reply.
No replies yet.