Skip to content

Commit

Permalink
RollBack Point_Source.geojson
Browse files Browse the repository at this point in the history
  • Loading branch information
pierromond committed Nov 26, 2024
1 parent 8866c62 commit 51cce1a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ package org.noise_planet.noisemodelling.wps.Dynamic

import geoserver.GeoServer
import geoserver.catalog.Store
import groovy.sql.GroovyRowResult
import org.geotools.jdbc.JDBCDataStore
import org.h2gis.utilities.wrapper.ConnectionWrapper
import org.locationtech.jts.geom.Geometry
import org.slf4j.Logger
import org.slf4j.LoggerFactory

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ import org.slf4j.Logger
import org.slf4j.LoggerFactory

import java.sql.Connection
// The created table will be named SOURCES_0DB



title = 'Create Point Source From a network'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"type": "FeatureCollection",
"name": "Point_Source",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::2154" } },
"features": [
{ "type": "Feature", "properties": { "PK": 1, "LWD500": 100.0, "YAW": 45, "PITCH": 0, "ROLL": 0, "DIR_ID": 1 }, "geometry": { "type": "Point", "coordinates": [ 355450.927544722624589, 6688320.175763198174536, 0.0 ] } }
]
}
"type": "FeatureCollection",
"name": "Point_Source",
"crs": {"type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::2154" } },
"features": [{"type": "Feature", "properties": { "PK": 1, "LWD500": 100.0, "YAW": 45, "PITCH": 0, "ROLL": 0, "DIR_ID" : 1 },
"geometry": {"type": "Point", "coordinates": [223771.0727, 6757583.2983, 0.0]}
}]
}

0 comments on commit 51cce1a

Please sign in to comment.