-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This adds NoRent support for cities in Puerto Rico (which weren't working because Mapbox doesn't return PR results in the same way that it does for other U.S. states). I verified that PR addresses work by going through the NoRent letter builder using the address of San Juan's city hall at 153 Calle San Francisco, San Juan Puerto Rico 00901, and everything worked without errors or warnings.
- Loading branch information
Showing
6 changed files
with
89 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"id": "place.11752167710103880", | ||
"type": "Feature", | ||
"place_type": ["place"], | ||
"relevance": 1, | ||
"properties": { | ||
"wikidata": "Q41211" | ||
}, | ||
"text_en": "San Juan", | ||
"language_en": "en", | ||
"place_name_en": "San Juan, Puerto Rico", | ||
"text": "San Juan", | ||
"language": "en", | ||
"place_name": "San Juan, Puerto Rico", | ||
"bbox": [ | ||
-66.1250540194812, | ||
18.3019210164431, | ||
-65.9914915322709, | ||
18.4718989803279 | ||
], | ||
"center": [-66.0571, 18.3744], | ||
"geometry": { | ||
"type": "Point", | ||
"coordinates": [-66.0571, 18.3744] | ||
}, | ||
"context": [ | ||
{ | ||
"id": "country.10177928452498950", | ||
"short_code": "pr", | ||
"wikidata": "Q1183", | ||
"text_en": "Puerto Rico", | ||
"language_en": "en", | ||
"text": "Puerto Rico", | ||
"language": "en" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters