Skip to content

Commit

Permalink
Update pcodes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
danmihaila authored Jan 11, 2024
1 parent c51b6fe commit 843fe1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hxl_proxy/pcodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
#
# Constants
#
COUNTRY_URL_PATTERN = 'http://codgis.itos.uga.edu/arcgis/rest/services/COD_External/{country}_pcode/MapServer/layers?f=pjson'
COUNTRY_URL_PATTERN = 'https://codgis.itos.uga.edu/arcgis/rest/services/COD_External/{country}_pcode/MapServer/layers?f=pjson'
"""Pattern for constructing an iTOS URL for country metadata"""

PCODES_URL_PATTERN = 'http://codgis.itos.uga.edu/arcgis/rest/services/COD_External/{country}_pcode/MapServer/{level}/query?where=1%3D1&outFields=*&returnGeometry=false&f=pjson'
PCODES_URL_PATTERN = 'https://codgis.itos.uga.edu/arcgis/rest/services/COD_External/{country}_pcode/MapServer/{level}/query?where=1%3D1&outFields=*&returnGeometry=false&f=pjson'
"""Pattern for constructing an iTOS URL for P-codes"""

PCODE_HEADER_PATTERNS = {
Expand Down

0 comments on commit 843fe1b

Please sign in to comment.