Opened 16 years ago
Closed 9 years ago
#13112 closed New feature (wontfix)
Customize map type in contrib.gis.maps.google
| Reported by: | nbv4 | Owned by: | nobody |
|---|---|---|---|
| Component: | GIS | Version: | 1.1 |
| Severity: | Normal | Keywords: | googlemaps, gmaps |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | yes |
| Needs tests: | yes | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
By default, all maps are of the type "G_PHYSICAL_MAP", I propose you add a keyword option "map_type" which specifies which type gets rendered:
map = GoogleMap(map_type='terrain', markers=[marker])
Attachments (1)
Change History (8)
by , 16 years ago
| Attachment: | map_type.diff added |
|---|
comment:1 by , 16 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 15 years ago
| Type: | → New feature |
|---|
comment:3 by , 15 years ago
| Severity: | → Normal |
|---|
comment:4 by , 15 years ago
| Needs documentation: | set |
|---|---|
| Needs tests: | set |
comment:7 by , 9 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
contrib.gis.maps has been removed (#26697).
Note:
See TracTickets
for help on using tickets.
Add map types to GoogleMap class in GIS