gisce / pycatastro

Python library to access Spanish catastro
http://pycatastro.readthedocs.org/
GNU General Public License v3.0
33 stars 10 forks source link

The method Consulta_RCCOOR doesn't work correctly. #7

Closed AndresCaballeroMancera closed 5 years ago

AndresCaballeroMancera commented 5 years ago

The method Consulta_RCCOOR doesn't work correctly. I changed the url in this way: Original: url = cls.base_url + "/OVCCoordenadas.asmx?op=Consulta_RCCOOR" Change: url = cls.base_url + "/OVCCoordenadas.asmx/Consulta_RCCOOR" In my case, it works fine in that way (Python 3.6.8)