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"}