I have a problem with the openlayers library and it reads the coordinates backwards from my geojson .
My geojson has for example: [-5.67063958389914,43.52764170586536]
And openlayers read them like this: [43.52764170...
I have an app that generates a track in geojson format and I would like to give the possibility to share the file using intent in Android, but in minetype specific application/json but of course that makes any app that can r...
I'm trying to calculate the distance between coordinates, the data to be compared comes from an sql query and a geojson.
The query data are points that correspond to properties while the json data are vias.
I need to take the first point a...
I have defined this Scheme:
let capaSchema = new Schema({
nombrecapa: {
type: String,
required: [true, 'El nombre de la capa es necesario']
},
descripcion: {
type: String,
required: [false]
},
geojson: Object([
geoSchema
])...
How can I read a geojson file in angular (PD: I want to consume it as a web services, as well as json but in this case with geojson extension)
(This is the structure)
{
"type": "FeatureCollection",
"name": "datosG",
"crs": { "type": "name", "p...
The request I want to make:
curl "https://api.mapbox.com/datasets/v1/{username}/{dataset_id}/features/{feature_id}?access_token=your-access-token" \
-X PUT \
-H "Content-Type: application/json" \
-d @file.geojson
This is my geojson:
{...
I have a question, how would this format in java with hibernate and mysql?
{
type: 'FeatureCollection',
features: [{
type: 'Feature',
geometry: {
type: 'Point',
coordinates: [-77.032, 38.913]
},
properties: {...