Feature: command to load addresses from France from bano.openstreetmap.fr

This commit is contained in:
2022-07-30 23:10:19 +02:00
parent 9b3b9f2552
commit 84cda8845d
6 changed files with 376 additions and 0 deletions

View File

@@ -44,6 +44,12 @@ services:
tags:
- { name: console.command }
Chill\MainBundle\Command\LoadAddressesFRFromBANOCommand:
autoconfigure: true
autowire: true
tags:
- { name: console.command }
Chill\MainBundle\Command\LoadPostalCodeFR:
autoconfigure: true
autowire: true