mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 00:07:03 +02:00
Update dependencies country-coder and location-conflation (#9546)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import LocationConflation from '@ideditor/location-conflation';
|
||||
import LocationConflation from '@rapideditor/location-conflation';
|
||||
import whichPolygon from 'which-polygon';
|
||||
import calcArea from '@mapbox/geojson-area';
|
||||
|
||||
@@ -16,8 +16,8 @@ const _loco = new LocationConflation(); // instance of a location-conflation
|
||||
* };
|
||||
*
|
||||
* For more info see the location-conflation and country-coder projects, see:
|
||||
* https://github.com/ideditor/location-conflation
|
||||
* https://github.com/ideditor/country-coder
|
||||
* https://github.com/rapideditor/location-conflation
|
||||
* https://github.com/rapideditor/country-coder
|
||||
*/
|
||||
export class LocationManager {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user