Automatically exported from code.google.com/p/planningalerts
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 

23 Zeilen
892 B

  1. {include file="header.tpl"}
  2. <dl class="faq">
  3. <dt>PlanningAlerts.com API</dt>
  4. <dd>
  5. Planning application data is available programmatically as <a href="http://georss.org/">GeoRSS feeds</a>. GeoRSS can be used in most all web mapping APIs and desktop GIS software, and in services like <a href="http://mapufacture.com">mapufacture</a> and <a href="http://pipes.yahoo.com/">Yahoo Pipes</a>.
  6. <p/>
  7. Construct an api request as follows.
  8. Either lat/lng or postcode is required. area_size is always required.<br>
  9. <p/>
  10. <code>
  11. http://www.planningalerts.com/api.php?<br>
  12. &nbsp;lat=[some latitude]<br>
  13. &nbsp;&lng=[some longitude]<br>
  14. &nbsp;&postcode=[some postcode]<br>
  15. &nbsp;&area_size=['s' 'm' or 'l']
  16. </code>
  17. <p/>
  18. <a href="http://www.planningalerts.com/api.php?lat=51.52277&lng=-0.067281&area_size=l">an example query</a>
  19. </dd>
  20. </dl>
  21. {include file="footer.tpl"}