Notice (8) : Undefined index: nombre [APP/Controller/Estadisticas/DepartamentalController.php , line 341 ]Code Context foreach ( $categoria [ 'subcategorias' ] as $key2 => $subcategoria ) {
$subcategorias [ $categoria [ 'nombre' ]][ $key2 ] = $subcategoria [ 'nombre' ];
foreach ( $subcategoria [ 'productos' ] as $key3 => $producto ) {
$data = [
(int) 0 => 'x',
(int) 1 => 'y'
]
$departamentos = [
(int) 1 => 'TOLIMA',
(int) 2 => 'AMAZONAS',
(int) 3 => 'ANTIOQUIA',
(int) 4 => 'ARAUCA',
(int) 5 => 'ATLANTICO',
(int) 6 => 'BOLIVAR',
(int) 7 => 'BOYACA',
(int) 8 => 'CALDAS',
(int) 9 => 'CAQUETA',
(int) 10 => 'CASANARE',
(int) 11 => 'CAUCA',
(int) 12 => 'CESAR',
(int) 13 => 'CHOCO',
(int) 14 => 'CORDOBA',
(int) 15 => 'CUNDINAMARCA',
(int) 16 => 'ARCH. DE SAN ANDRES, PROVIDENCIA',
(int) 17 => 'BOGOTA DISTRITO CAPITAL',
(int) 18 => 'GUAINIA',
(int) 19 => 'GUAVIARE',
(int) 20 => 'HUILA',
(int) 21 => 'LA GUAJIRA',
(int) 22 => 'MAGDALENA',
(int) 23 => 'META',
(int) 24 => 'NARIÑO',
(int) 25 => 'NORTE DE SANTANDER',
(int) 26 => 'PUTUMAYO',
(int) 27 => 'QUINDIO',
(int) 28 => 'RISARALDA',
(int) 29 => 'SANTANDER',
(int) 30 => 'SUCRE',
(int) 31 => 'VALLE DEL CAUCA',
(int) 32 => 'VICHADA',
(int) 33 => 'VAUPÉZ'
]
$municipios = [
(int) 31 => 'ALVARADO',
(int) 34 => 'AMBALEMA',
(int) 44 => 'ANZOATEGUI',
(int) 66 => 'ARMERO',
(int) 69 => 'ATACO',
(int) 136 => 'CAJAMARCA',
(int) 162 => 'CARMEN DE APICALA',
(int) 168 => 'CASABIANCA',
(int) 181 => 'CHAPARRAL',
(int) 217 => 'COELLO',
(int) 246 => 'COYAIMA',
(int) 259 => 'CUNDAY',
(int) 266 => 'DOLORES',
(int) 318 => 'ESPINAL',
(int) 320 => 'FALAN',
(int) 324 => 'FLANDES',
(int) 336 => 'FRESNO',
(int) 381 => 'GUAMO',
(int) 406 => 'HERVEO',
(int) 409 => 'HONDA',
(int) 410 => 'IBAGUE',
(int) 411 => 'ICONONZO',
(int) 485 => 'LERIDA',
(int) 487 => 'LIBANO',
(int) 526 => 'MARIQUITA',
(int) 537 => 'MELGAR',
(int) 569 => 'MURILLO',
(int) 578 => 'NATAGAIMA',
(int) 604 => 'ORTEGA',
(int) 626 => 'PALOCABILDO',
(int) 650 => 'PIEDRAS',
(int) 661 => 'PLANADAS',
(int) 670 => 'PRADO',
(int) 710 => 'PURIFICACION',
(int) 735 => 'RIOBLANCO',
(int) 744 => 'RONCESVALLES',
(int) 747 => 'ROVIRA',
(int) 763 => 'SALDAÑA',
(int) 778 => 'SAN ANTONIO',
(int) 822 => 'SAN LUIS',
(int) 856 => 'SANTA ISABEL',
(int) 919 => 'SUAREZ TOLIMA',
(int) 1012 => 'VALLE DE SAN JUAN',
(int) 1019 => 'VENADILLO',
(int) 1035 => 'VILLAHERMOSA',
(int) 1042 => 'VILLARRICA'
]
$corredores = []
$categorias = [
'' => '::Seleccione::',
(int) 1 => 'Naturaleza',
(int) 2 => 'Cultural',
(int) 3 => 'Sol y Playa',
(int) 4 => 'Náutico'
]
$subcategorias = [
'' => '::Seleccione::',
'Naturaleza' => [
(int) 1 => 'Ecoturismo',
(int) 2 => 'Turismo de Aventura',
(int) 3 => 'Turismo Rural'
],
'Cultural' => [
(int) 4 => 'Cultural'
],
'Sol y Playa' => [
(int) 5 => 'Sol y Playa'
]
]
$productos = [
'Naturaleza - Ecoturismo' => [
'Avistamiento de aves' => 'Avistamiento de aves',
'Avistamiento de ballenas' => 'Avistamiento de ballenas',
'Senderos interpretativos' => 'Senderos interpretativos',
'Flora y Fauna' => 'Flora y Fauna'
],
'Naturaleza - Turismo de Aventura' => [
'Buceo' => 'Buceo',
'Pesca deportiva' => 'Pesca deportiva',
'Actividades de aventura' => 'Actividades de aventura'
],
'Naturaleza - Turismo Rural' => [
'Turismo Rural' => 'Turismo Rural'
],
'Cultural - Cultural' => [
'Arquitectónico y Patrimonial' => 'Arquitectónico y Patrimonial',
'Arqueológico' => 'Arqueológico',
'Gastronómico y Culinario' => 'Gastronómico y Culinario',
'Religioso' => 'Religioso',
'Festividades y eventos culturales' => 'Festividades y eventos culturales',
'Etnoturismo y grupos de especial interés.' => 'Etnoturismo y grupos de especial interés.',
'Urbano' => 'Urbano',
'De artesanías.' => 'De artesanías.',
'Otros.' => 'Otros.'
],
'Sol y Playa - Sol y Playa' => [
'Sol y Playa' => 'Sol y Playa'
]
]
$categoria = [
'nombre' => 'Náutico',
'subcategorias' => [
(int) 6 => [
'Náutico' => 'Otros',
'productos' => [
[maximum depth reached]
]
]
]
]
$key = (int) 4
$subcategoria = [
'Náutico' => 'Otros',
'productos' => [
(int) 19 => 'Náutico'
]
]
$key2 = (int) 6
$producto = 'Sol y Playa'
$key3 = (int) 18 App\Controller\Estadisticas\DepartamentalController::georeferenciacion() - APP/Controller/Estadisticas/DepartamentalController.php, line 341
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 596
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Routing\Dispatcher::dispatch() - CORE/src/Routing/Dispatcher.php, line 67
[main] - ROOT/webroot/index.php, line 36 Notice (8) : Undefined index: nombre [APP/Controller/Estadisticas/DepartamentalController.php , line 343 ]Code Context foreach ( $subcategoria [ 'productos' ] as $key3 => $producto ) {
$productos [ $categoria [ 'nombre' ]. " - " . $subcategoria [ 'nombre' ]][ $producto ] = $producto ;
}
$data = [
(int) 0 => 'x',
(int) 1 => 'y'
]
$departamentos = [
(int) 1 => 'TOLIMA',
(int) 2 => 'AMAZONAS',
(int) 3 => 'ANTIOQUIA',
(int) 4 => 'ARAUCA',
(int) 5 => 'ATLANTICO',
(int) 6 => 'BOLIVAR',
(int) 7 => 'BOYACA',
(int) 8 => 'CALDAS',
(int) 9 => 'CAQUETA',
(int) 10 => 'CASANARE',
(int) 11 => 'CAUCA',
(int) 12 => 'CESAR',
(int) 13 => 'CHOCO',
(int) 14 => 'CORDOBA',
(int) 15 => 'CUNDINAMARCA',
(int) 16 => 'ARCH. DE SAN ANDRES, PROVIDENCIA',
(int) 17 => 'BOGOTA DISTRITO CAPITAL',
(int) 18 => 'GUAINIA',
(int) 19 => 'GUAVIARE',
(int) 20 => 'HUILA',
(int) 21 => 'LA GUAJIRA',
(int) 22 => 'MAGDALENA',
(int) 23 => 'META',
(int) 24 => 'NARIÑO',
(int) 25 => 'NORTE DE SANTANDER',
(int) 26 => 'PUTUMAYO',
(int) 27 => 'QUINDIO',
(int) 28 => 'RISARALDA',
(int) 29 => 'SANTANDER',
(int) 30 => 'SUCRE',
(int) 31 => 'VALLE DEL CAUCA',
(int) 32 => 'VICHADA',
(int) 33 => 'VAUPÉZ'
]
$municipios = [
(int) 31 => 'ALVARADO',
(int) 34 => 'AMBALEMA',
(int) 44 => 'ANZOATEGUI',
(int) 66 => 'ARMERO',
(int) 69 => 'ATACO',
(int) 136 => 'CAJAMARCA',
(int) 162 => 'CARMEN DE APICALA',
(int) 168 => 'CASABIANCA',
(int) 181 => 'CHAPARRAL',
(int) 217 => 'COELLO',
(int) 246 => 'COYAIMA',
(int) 259 => 'CUNDAY',
(int) 266 => 'DOLORES',
(int) 318 => 'ESPINAL',
(int) 320 => 'FALAN',
(int) 324 => 'FLANDES',
(int) 336 => 'FRESNO',
(int) 381 => 'GUAMO',
(int) 406 => 'HERVEO',
(int) 409 => 'HONDA',
(int) 410 => 'IBAGUE',
(int) 411 => 'ICONONZO',
(int) 485 => 'LERIDA',
(int) 487 => 'LIBANO',
(int) 526 => 'MARIQUITA',
(int) 537 => 'MELGAR',
(int) 569 => 'MURILLO',
(int) 578 => 'NATAGAIMA',
(int) 604 => 'ORTEGA',
(int) 626 => 'PALOCABILDO',
(int) 650 => 'PIEDRAS',
(int) 661 => 'PLANADAS',
(int) 670 => 'PRADO',
(int) 710 => 'PURIFICACION',
(int) 735 => 'RIOBLANCO',
(int) 744 => 'RONCESVALLES',
(int) 747 => 'ROVIRA',
(int) 763 => 'SALDAÑA',
(int) 778 => 'SAN ANTONIO',
(int) 822 => 'SAN LUIS',
(int) 856 => 'SANTA ISABEL',
(int) 919 => 'SUAREZ TOLIMA',
(int) 1012 => 'VALLE DE SAN JUAN',
(int) 1019 => 'VENADILLO',
(int) 1035 => 'VILLAHERMOSA',
(int) 1042 => 'VILLARRICA'
]
$corredores = []
$categorias = [
'' => '::Seleccione::',
(int) 1 => 'Naturaleza',
(int) 2 => 'Cultural',
(int) 3 => 'Sol y Playa',
(int) 4 => 'Náutico'
]
$subcategorias = [
'' => '::Seleccione::',
'Naturaleza' => [
(int) 1 => 'Ecoturismo',
(int) 2 => 'Turismo de Aventura',
(int) 3 => 'Turismo Rural'
],
'Cultural' => [
(int) 4 => 'Cultural'
],
'Sol y Playa' => [
(int) 5 => 'Sol y Playa'
],
'Náutico' => [
(int) 6 => null
]
]
$productos = [
'Naturaleza - Ecoturismo' => [
'Avistamiento de aves' => 'Avistamiento de aves',
'Avistamiento de ballenas' => 'Avistamiento de ballenas',
'Senderos interpretativos' => 'Senderos interpretativos',
'Flora y Fauna' => 'Flora y Fauna'
],
'Naturaleza - Turismo de Aventura' => [
'Buceo' => 'Buceo',
'Pesca deportiva' => 'Pesca deportiva',
'Actividades de aventura' => 'Actividades de aventura'
],
'Naturaleza - Turismo Rural' => [
'Turismo Rural' => 'Turismo Rural'
],
'Cultural - Cultural' => [
'Arquitectónico y Patrimonial' => 'Arquitectónico y Patrimonial',
'Arqueológico' => 'Arqueológico',
'Gastronómico y Culinario' => 'Gastronómico y Culinario',
'Religioso' => 'Religioso',
'Festividades y eventos culturales' => 'Festividades y eventos culturales',
'Etnoturismo y grupos de especial interés.' => 'Etnoturismo y grupos de especial interés.',
'Urbano' => 'Urbano',
'De artesanías.' => 'De artesanías.',
'Otros.' => 'Otros.'
],
'Sol y Playa - Sol y Playa' => [
'Sol y Playa' => 'Sol y Playa'
]
]
$categoria = [
'nombre' => 'Náutico',
'subcategorias' => [
(int) 6 => [
'Náutico' => 'Otros',
'productos' => [
[maximum depth reached]
]
]
]
]
$key = (int) 4
$subcategoria = [
'Náutico' => 'Otros',
'productos' => [
(int) 19 => 'Náutico'
]
]
$key2 = (int) 6
$producto = 'Náutico'
$key3 = (int) 19 App\Controller\Estadisticas\DepartamentalController::georeferenciacion() - APP/Controller/Estadisticas/DepartamentalController.php, line 343
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 596
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Routing\Dispatcher::dispatch() - CORE/src/Routing/Dispatcher.php, line 67
[main] - ROOT/webroot/index.php, line 36
MinCIT - Citur | Estadisticas Departamentales - Georeferenciación
Estadísticas Departamentales - Georeferenciación
Información estadística regional por Departamentos de Colombia.
Atractivos y servicios turísticos
Estado del servicio:
Nombre:
Categoría del servicio:
Subcategoría del servicio:
Departamento donde se presta el servicio:
Municipio donde se presta el servicio:
Nombre:
Corredor
Descripción:
Vocación turística:
Teléfono
Localización
Correo electrónico:
Tarifas:
Productos turísticos:
Actividades turísticas:
>