Voici la documentation : https://geoplateforme.pages.gpf-tech.ign.fr/documentation

Skip to content

Feature: Add searchgeom and validate it

Cédric Pronzola a demandé de fusionner feature-searchgeom-param vers master

This merge request adding searchgeom property to PARAMS and validate it.

Object type was added to parseValue (lib/util/params)

searchgeom is used for reverse geocoding.

It accepts geometry object

example:

{
    type: 'Circle',
    coordinates: [2.0, 48.5],
    radius: 100
}

The accepted geometry types are :

  • Point
  • LineString
  • Polygon
  • Circle

For the address index, only Polygon and Circle geometries are allowed.

@mapbox/geojsonhint lib was used to validate geometry except Circle

Modification effectuée par Cédric Pronzola

Rapports de requête de fusion

Chargement en cours