Skip to content

Get Map Image Node

Web/Geo/Map

Get Map Image

Fetches a static map image for the given coordinates using OpenStreetMap tiles. Returns a satellite/standard map image centered on the location.

geo_get_map_imagegeo
Inputs6
Outputs3
Security exposure1/10
Packagegeo

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
1/10High
PrivacyPotential sensitivity of processed data.
2/10High
PerformanceRuntime or resource pressure.
3/10High
GovernancePolicy, audit, or compliance impact.
10/10Low
ReliabilityOperational stability considerations.
2/10High
CostExternal or compute cost impact.
0/10High

Input Pins

6

Execute

Execution
exec_in

Initiate the map image request

Coordinate

Struct
coordinate

The geographic coordinate (latitude, longitude) to center the map on

GeoCoordinateGeoCoordinate2 fields
latitudenumber:doublerequired
format double
longitudenumber:doublerequired
format double
Schema enforced

Zoom

Integer
zoom

Map zoom level (1-19). Higher values show more detail. Default: 15

Default 15

Width

Integer
width

Image width in pixels. Default: 512

Default 512

Height

Integer
height

Image height in pixels. Default: 512

Default 512

Style

String
style

Map style to use

Default Standard
StandardSatelliteTerrainDark

Output Pins

3

Success

Execution
exec_success

Triggered when the map image is successfully fetched

Error

Execution
exec_error

Triggered when the request fails

Image

Struct
image

The fetched map image

NodeImageNodeImage1 fields
image_refstringrequired

Node Info

Internal name
geo_get_map_image
Category
Web/Geo/Map