VIDRO SOFTWARE
Developers

Integrate with VIDRO

Use our API and map component to build powerful map visualization tools

Map Component

Powerful Embedded Map Viewer

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.

Focus

No Complex Setup Required

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.

JS SDK

User friendly JavaScript SDK for easy integration with your web applications.

API REST

Publish and consume data using our REST API focused on geospatial data.

View your map

Our map component can be embedded in any web application. Is just an iframe and you can interact with it using our SDK.

Embed maps instantly - just add this code to your site

<iframe
  id="map-frame"
  name="map-frame"
  width="100%"
  height="600"
  src="https://www.yourvidromapsurl.com/?sessionToken=YOUR_MAP_TOKEN"
></iframe>