Automatically exported from code.google.com/p/planningalerts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

29 lines
1.1 KiB

  1. ---------------------------
  2. Because of ongoing difficulty sourcing accurate postcode data, some planning applications may be missing or slightly out when viewed on a map. To help resolve this you may wish to make a short submission to the government's consultation process asking for postcode data to be made freely available: http://www.communities.gov.uk/corporate/contact?consultation=true
  3. ---------------------------
  4. {foreach name="applications" from="$applications" item="application"}
  5. {$application->address|upper} {$application->postcode|upper} ({$application->council_reference|upper})
  6. {$application->description}
  7. MORE INFORMATION: {$application->info_tinyurl}
  8. MAP: {$application->map_url}
  9. WHAT DO YOU THINK?: {$application->comment_tinyurl}
  10. =============================
  11. {/foreach}
  12. ------------------------------------------------------------
  13. PlanningAlerts.com is a free service run by volunteers.
  14. You can subscribe to a geoRSS feed of applications for {$alert_postcode|upper} here: {$base_url}/api.php?postcode={$alert_postcode}&area_size={$alert_area_size}
  15. To stop receiving these emails click here: {$base_url}/unsubscribe.php?cid={$confirm_id}