Skip to content

Commit

Permalink
add supported EPSGs to mapproxy config WMS service definition (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dukestep committed Feb 7, 2024
1 parent 28e788c commit 1aca712
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion geomet_mapproxy/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,8 @@ def create_initial_mapproxy_config(mapproxy_cache_config, mode='wms'):
'demo': None,
'wms': {
'md': {'title': c['wms-server']['name']},
'versions': ['1.3.0', '1.1.1']
'versions': ['1.3.0', '1.1.1'],
'srs': ['EPSG:4326', 'EPSG:3857', 'EPSG:3978']
}
}
}
Expand Down

0 comments on commit 1aca712

Please sign in to comment.