source: imaps-frontend/src/scripts/util/queryShapes.js@ 0c6b92a

main
Last change on this file since 0c6b92a was 0c6b92a, checked in by stefan toskovski <stefantoska84@…>, 5 weeks ago

Pred finalna verzija

  • Property mode set to 100644
File size: 194 bytes
Line 
1export const queryShapeInfo = (map,type) => {
2 return map.shapes.filter(shape => shape.className === type).map(shape => shape.info);
3}
4
5export const queryRenderedShapes = (map,type) => {
6
7}
8
Note: See TracBrowser for help on using the repository browser.