Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove broken status from NLS #156

Merged
merged 8 commits into from
Feb 4, 2024
1 change: 0 additions & 1 deletion provider_sources/_compress_providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
# list of providers known to be broken and should be marked as broken in the JSON
# last update: 26 Sep 2023
BROKEN_PROVIDERS = [
"NLS",
"JusticeMap.income",
"JusticeMap.americanIndian",
"JusticeMap.asian",
Expand Down
3 changes: 1 addition & 2 deletions xyzservices/data/providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -2719,8 +2719,7 @@
"max_zoom": 18,
"variant": "uk-oslondon1k1893",
"name": "NLS.oslondon1k1893"
},
"status": "broken"
}
},
"JusticeMap": {
"income": {
Expand Down
Loading