Automatically exported from code.google.com/p/planningalerts
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

17 роки тому
17 роки тому
17 роки тому
17 роки тому
17 роки тому
17 роки тому
17 роки тому
17 роки тому
17 роки тому
12345678910111213141516171819202122232425
  1. {include file="header.tpl"}
  2. <h3>PlanningAlerts.com API</h3>
  3. <p>
  4. 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>.
  5. <p/>
  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. </p>
  20. {include file="footer.tpl"}