Posts by Lilian Guimarães • 13 points
4 posts
-
-1
votes1
answer74
viewsQ: GET method does not access data in mongoDB
I created schema.js to consume data from a small database in Mongodb const Mongoose = require('Mongoosis'); //create schema var Schema = mongoose.Schema; var restorationSchema = new Schema({…
-
0
votes1
answer49
viewsQ: Scroll through a JS object again after swapping the <option> inside a <select>
I need to scroll through an object again after changing the option in the tag That’s my little object: const data = { "MG": [{ "slug": "belo-horizonte", "nome": "Belo Horizonte", "num": 20 }], "SP":…
-
0
votes2
answers116
viewsQ: Select options does not work using jquery
With this select <label>Quantos módulos fiscais a sua propriedada tem:</label> <select id="fiscalModule"> <option value="minifundio">até 1 módulo fiscal</option>…
-
0
votes1
answer149
viewsQ: shapefile to raster conversion using Python and GDAL library
I’m doing a file conversion shapefile for crawl, using a Python script and the GDAL library. For this I use two functions: The function gdal.rasterizeOptions (put the output options of my die in…
pythonasked Lilian Guimarães 13