Subversion Repositories eFlore/Applications.cel

Rev

Rev 3802 | Rev 3813 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3802 Rev 3811
Line 214... Line 214...
214
												marker="<?php echo ( $widget['type_localisation'] === 'point' ) ? 'true' : 'false' ;?>"
214
												marker="<?php echo ( $widget['type_localisation'] === 'point' ) ? 'true' : 'false' ;?>"
215
												polyline="<?php echo ( $widget['type_localisation'] === 'rue' ) ? 'true' : 'false' ;?>"
215
												polyline="<?php echo ( $widget['type_localisation'] === 'rue' ) ? 'true' : 'false' ;?>"
216
												polygon="false"
216
												polygon="false"
217
												show_lat_lng_elevation_inputs="<?php echo ( $widget['type_localisation'] === 'point' ) ? 'true' : 'false' ;?>"
217
												show_lat_lng_elevation_inputs="<?php echo ( $widget['type_localisation'] === 'point' ) ? 'true' : 'false' ;?>"
218
												osm_class_filter=""
218
												osm_class_filter=""
-
 
219
												geometry_filter="<?php echo ($widget['type_localisation'] === 'rue' ) ? 'linestring' : 'point' ;?>"
219
												elevation_provider="mapquest"
220
												elevation_provider="mapquest"
220
												map_quest_api_key="mG6oU5clZHRHrOSnAV0QboFI7ahnGg34"
221
												map_quest_api_key="mG6oU5clZHRHrOSnAV0QboFI7ahnGg34"
-
 
222
												height="400px"
221
											>
223
											>
222
											</tb-geolocation-element>
224
											</tb-geolocation-element>
223
										</div>
225
										</div>
224
									</div>
226
									</div>
225
								</div>
227
								</div>