deleted the existing JSON examples - many were out of date
added a new request and response example for map data - more to come for other requests
This commit is contained in:
20
json_examples/get_thinned_entities-request.js
Normal file
20
json_examples/get_thinned_entities-request.js
Normal file
@ -0,0 +1,20 @@
|
||||
// a request for map data - note the munged random strings for parameter names, and also
|
||||
// a set of additional junk parameters that have nothing to do with this request. Only the first
|
||||
// three entries are relevant - the first is the set of quadkeys for the map tiles,
|
||||
// the next is the method name, and finally a randomised protocol version parameter
|
||||
|
||||
{
|
||||
"1mpmxz2yun22rwnn":[
|
||||
"1_32739_21790",
|
||||
"1_32740_21790",
|
||||
"1_32741_21790",
|
||||
"1_32742_21790"
|
||||
],
|
||||
"yyngyttbmmbuvdpa":"4467ff9bgxxe4csa",
|
||||
"avz401t36lzrapis":"c5d0a5d608f729a1232bebdc12fb86ba5fb6c43f",
|
||||
"nzd23jqm9k1cnnij":12,
|
||||
"0dod6onpa1s4fezp":-90000000,
|
||||
"soass3t7mm7anneo":-180000000,
|
||||
"cvarmr3o00ngylo1":90000000,
|
||||
"udzwnlx07hzd3bfo":180000000
|
||||
}
|
Reference in New Issue
Block a user