This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://chocolatey.org | |
cinst evernote | |
cinst googletalk | |
cinst fiddler | |
cinst paint.net | |
cinst GoogleChrome | |
cinst SkyDrive | |
cinst spotify | |
cinst picasa |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<script type="text/javascript" src="http://code.jquery.com/jquery-1.8.0.min.js"></script> | |
<script type="text/javascript"> | |
// zonder jsonp | |
$.getJSON('rest/agn/gebouwen?wkt=POINT(234403 579310)', function (data) { | |
alert("data: " + data); | |
}); |
NewerOlder