Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // mapserver template
- [resultset layer=<THIS SHOULD BE DYNAMIC>]
- {
- "type": "FeatureCollection",
- "features": [
- [feature trimlast=","]
- {
- "type": "Feature",
- "id": "foo",
- "geometry": {
- "type": "Point",
- "coordinates": [
- {
- "type": "Point",
- "coordinates": [[x], [y]]
- }
- ]
- },
- "properties": {
- "description": "[value_0]"
- }
- },
- [/feature]
- ]
- }
- [/resultset]
Add Comment
Please, Sign In to add comment