Add maptype support to venue map

This commit is contained in:
Brian Miyaji
2016-07-30 02:25:37 +10:00
parent 36bfd8bf4a
commit b426dd7dda
2 changed files with 1 additions and 3 deletions

View File

@@ -158,8 +158,6 @@ class SP_Settings_Events extends SP_Settings_Page {
'options' => array(
'ROADMAP' => __( 'Default', 'sportspress' ),
'SATELLITE' => __( 'Satellite', 'sportspress' ),
'HYBRID' => __( 'Hybrid', 'sportspress' ),
'TERRAIN' => __( 'Terrain', 'sportspress' ),
),
),