Opened 14 years ago

Closed 8 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)

map_type.diff (2.2 KB ) - added by nbv4 14 years ago.
Add map types to GoogleMap class in GIS

Download all attachments as: .zip

Change History (8)

by nbv4, 14 years ago

Attachment: map_type.diff added

Add map types to GoogleMap class in GIS

comment:1 by Russell Keith-Magee, 14 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Luke Plant, 13 years ago

Type: New feature

comment:3 by Luke Plant, 13 years ago

Severity: Normal

comment:4 by Julien Phalip, 13 years ago

Needs documentation: set
Needs tests: set

comment:5 by Aymeric Augustin, 12 years ago

UI/UX: unset

Change UI/UX from NULL to False.

comment:6 by Aymeric Augustin, 12 years ago

Easy pickings: unset

Change Easy pickings from NULL to False.

comment:7 by Claude Paroz, 8 years ago

Resolution: wontfix
Status: newclosed

contrib.gis.maps has been removed (#26697).

Note: See TracTickets for help on using tickets.
Back to Top