Update dependencies country-coder and location-conflation (#9546)

This commit is contained in:
archpdx
2023-03-30 03:53:38 -07:00
committed by GitHub
parent 1428d1a8c1
commit e466ad4bf8
10 changed files with 62 additions and 56 deletions
+3 -3
View File
@@ -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 {