Skip to content

Commit

Permalink
Update symbol-features-in/pitched-screen query test.
Browse files Browse the repository at this point in the history
The same six points are being returned from the query, but the original test returned multiple copies of several points because they were duplicated in the buffers of neighboring tiles. That duplication doesn't happen in the new architecture
  • Loading branch information
ChrisLoer committed Aug 22, 2017
1 parent 1d45b69 commit 1cff6c7
Showing 1 changed file with 66 additions and 187 deletions.
Original file line number Diff line number Diff line change
@@ -1,189 +1,68 @@
[
{
"geometry": {
"type": "Point",
"coordinates": [
2.9999542236328125,
4.000061604283047
]
},
"type": "Feature",
"properties": {}
},
{
"geometry": {
"type": "Point",
"coordinates": [
4.000053405761719,
4.999974190748432
]
},
"type": "Feature",
"properties": {}
},
{
"geometry": {
"type": "Point",
"coordinates": [
2.9999542236328125,
4.000061604283047
]
},
"type": "Feature",
"properties": {}
},
{
"geometry": {
"type": "Point",
"coordinates": [
4.000053405761719,
4.000061604283047
]
},
"type": "Feature",
"properties": {}
},
{
"geometry": {
"type": "Point",
"coordinates": [
4.999980926513672,
4.999974190748432
]
},
"type": "Feature",
"properties": {}
},
{
"geometry": {
"type": "Point",
"coordinates": [
4.000053405761719,
4.000061604283047
]
},
"type": "Feature",
"properties": {}
},
{
"geometry": {
"type": "Point",
"coordinates": [
4.000053405761719,
4.999974190748432
]
},
"type": "Feature",
"properties": {}
},
{
"geometry": {
"type": "Point",
"coordinates": [
4.999980926513672,
4.000061604283047
]
},
"type": "Feature",
"properties": {}
},
{
"geometry": {
"type": "Point",
"coordinates": [
2.9999542236328125,
4.000061604283047
]
},
"type": "Feature",
"properties": {}
},
{
"geometry": {
"type": "Point",
"coordinates": [
4.000053405761719,
4.000061604283047
]
},
"type": "Feature",
"properties": {}
},
{
"geometry": {
"type": "Point",
"coordinates": [
2.9999542236328125,
4.000061604283047
]
},
"type": "Feature",
"properties": {}
},
{
"geometry": {
"type": "Point",
"coordinates": [
4.000053405761719,
2.999955856573024
]
},
"type": "Feature",
"properties": {}
},
{
"geometry": {
"type": "Point",
"coordinates": [
4.999980926513672,
4.000061604283047
]
},
"type": "Feature",
"properties": {}
},
{
"geometry": {
"type": "Point",
"coordinates": [
4.000053405761719,
2.999955856573024
]
},
"type": "Feature",
"properties": {}
},
{
"geometry": {
"type": "Point",
"coordinates": [
4.000053405761719,
4.000061604283047
]
},
"type": "Feature",
"properties": {}
},
{
"geometry": {
"type": "Point",
"coordinates": [
4.000053405761719,
2.999955856573024
]
},
"type": "Feature",
"properties": {}
},
{
"geometry": {
"type": "Point",
"coordinates": [
4.000053405761719,
2.999955856573024
]
},
"type": "Feature",
"properties": {}
}
{
"geometry": {
"type": "Point",
"coordinates": [
4.000053405761719,
4.999974190748432
]
},
"type": "Feature",
"properties": {}
},
{
"geometry": {
"type": "Point",
"coordinates": [
4.999980926513672,
4.999974190748432
]
},
"type": "Feature",
"properties": {}
},
{
"geometry": {
"type": "Point",
"coordinates": [
2.9999542236328125,
4.000061604283047
]
},
"type": "Feature",
"properties": {}
},
{
"geometry": {
"type": "Point",
"coordinates": [
4.000053405761719,
2.999955856573024
]
},
"type": "Feature",
"properties": {}
},
{
"geometry": {
"type": "Point",
"coordinates": [
4.000053405761719,
4.000061604283047
]
},
"type": "Feature",
"properties": {}
},
{
"geometry": {
"type": "Point",
"coordinates": [
4.999980926513672,
4.000061604283047
]
},
"type": "Feature",
"properties": {}
}
]

0 comments on commit 1cff6c7

Please sign in to comment.