Use our API and map component to build powerful map visualization tools
Our embeddable map component is a completely customizable, UI-less viewer that exposes methods and events for full integration control.
Delivered as a simple HTML iframe
Just embed the iframe in your website - it renders automatically with zero configuration required.
Control all map functionality through our REST API or the @vidromaps/map-handler JavaScript library for simplified GIS operations.
Perform actions like zooming or centering on coordinates with just one line of code.
We've eliminated the complexity of map servers and viewer configuration. Our intuitive system integrates seamlessly with your applications.
Focus on your core business while we handle all the geospatial technical details.
Publish data from multiple sources including QGIS, PostGIS, GeoJSON, and more.
User friendly JavaScript SDK for easy integration with your web applications.
Publish and consume data using our REST API focused on geospatial data.
Our map component can be embedded in any web application. Is just an iframe and you can interact with it using our SDK.
<iframe
id="map-frame"
name="map-frame"
width="100%"
height="600"
src="https://www.yourvidromapsurl.com/?sessionToken=YOUR_MAP_TOKEN"
></iframe>