source:
imaps-frontend/src/scripts/util/queryShapes.js@
0c6b92a
Last change on this file since 0c6b92a was 0c6b92a, checked in by , 5 weeks ago | |
---|---|
|
|
File size: 194 bytes |
Line | |
---|---|
1 | export const queryShapeInfo = (map,type) => { |
2 | return map.shapes.filter(shape => shape.className === type).map(shape => shape.info); |
3 | } |
4 | |
5 | export const queryRenderedShapes = (map,type) => { |
6 | |
7 | } |
8 |
Note:
See TracBrowser
for help on using the repository browser.