Search for content

Low Emission Zones

Low emission zones are zones where the most polluting vehicles are forbidden from driving. Zones are intended to improve air quality and so public health.

Criteria to enter in a zone are different according to the countries:

  • Some countries use an emission sticker. Only vehicles with an authorized emission sticker can enter the area.
  • Some countries use the emission standard. In this case, no emission sticker is required for the vehicle. The access criteria for driving in low emission zones depend on the category, fuel and euro norm of the vehicle.
  • Some countries combine the two different systems. In this case, some zones of the country use emission stickers while others are based on the emission standard criteria.

API endpoint

You need the following API endpoint to request low emission zones:

https://api.myptv.com/maps/overlays/v1/vector-tiles/

Request

For a single tile showing Paris, France specify the map tile path with zoomLevel, x and y as shown below. 

You can test this by entering the URL into your web browser. Be sure to replace YOUR_API_KEY with your actual API key.

https://api.myptv.com/maps/overlays/v1/vector-tiles/11/1037/704?layers=lowEmissionZones&apiKey=YOUR_API_KEY

Get your free API Access Key

Response

The call result is a single map tile in MapBox Vector Tiles format.

Tile content

The requested vector tile contains data which is listed in this table. The individual columns are explained below.

Name of contentTypeDescription
geometrySRID 3857  
zone_nametextName of the zone, contains the name of the city or region in that the emission zone is valid.
badge_namestext  (comma-separated list)List of all badges that are valid for the specific emission zone. 
categoriestext (comma-separated list)List of all possible vehicle categories that are allowed for the specific emission zone.
fuel_typestext (comma-separated list)List of all possible fuel types that are allowed for the specific emission zone.                                          
time_dependentbooleanIf true the emission zone is time-dependent. That means that the restrictions are only applied during a certain time period. Some emission zones are permanent and time_dependent is false. 
iso_country_codecharContains a three-character country code. Examples are deu for Germany or fra for France. You can find more information about this code here: https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes 

 

Categories

The possible value range is ALL_VEHICLES, MOTORCYCLE, CAR, DELIVERY_TRUCK, TRUCK, BUS, TAXI, CARPOOL, THROUGH_TRAFFIC.

Fuel Types

The possible value range is PETROL, DIESEL, ELECTRIC, HYDROGEN, HYBRID, PLUGIN HYBRID, LPG, LNG, CNG. 

Styling

Low emission zones are shown as half transparent green polygon. The layer name is TSP_Low_Emission_Zones.

Low Emission Zones in Paris

 

 

How to implement

The tutorial on how to integrate overlays into a Vector Map also addresses low emission zones.