Maps |
Lake District MapsSimply use the arrows and zoom in/out buttons to navigate the area accordingly. You can also click and drag the map in any direction. |
| Nr | Query | Error | Affected | Num. rows | Took (ms) |
|---|---|---|---|---|---|
| 1 | DESCRIBE `listings` | 21 | 21 | 0 | |
| 2 | DESCRIBE `listing_types` | 2 | 2 | 0 | |
| 3 | DESCRIBE `images` | 3 | 3 | 0 | |
| 4 | SELECT `Listing`.`id`, `Listing`.`title`, `Listing`.`coords`, `Listing`.`zoom` FROM `listings` AS `Listing` LEFT JOIN `listing_types` AS `ListingType` ON (`Listing`.`listing_type_id` = `ListingType`.`id`) WHERE `Listing`.`listing_status` = 'Active' | 0 | 0 | 0 |