Replies: 1 comment 3 replies
-
Hello @daawaan I have created a simple address lookup example here: It allows you to enter a street address, and subsequently use an address id to grab the latitude, longitude for the map. Was this roughly the use case you were trying to achieve? You can have a dig through the implementation of the map component here: #4856 Let me know if I can help any further, or if there's a particular contribution you'd like to progress. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm currently trying to extend the integration of the Embedded Map to other GIS Services aside from the XYZ format and I'm also currently trying to add support for securing private GIS Services. However, I ran into technical issues.
My plan is to have the Budibase middleware to proxy private GIS Services to add authentication with its REST API Connector. However, the REST API connectors are fetched with POST requests in the data provider while Leaflet uses GET requests to fetch tiles from GIS Services. I'd like to ask if there's a way to call the REST API connector with a GET request?
I'd appreciate if there is a discord server by Budibase where I can ask for technical details in contributing :>
Beta Was this translation helpful? Give feedback.
All reactions