Questions tagged as 'mapas'

1
answer

R - Map of Brazilian cities

Good morning, I'm trying to create a Brazilian map that shows how many cooperatives are present in each city. I have a table with the municipalities IBGE code and the amount of coop. I took shapefile from the IBGE website: link...
asked by 25.09.2018 / 15:11
1
answer

How to insert caption in ggplot maps?

How do I enter the caption and change the map scale to degrees? library("rgeos") library("maptools") library("ggplot2") library("mapproj") cores1 = c('brown2', 'aquamarine2', 'darkgray','darkolivegreen1', 'floralwhite') ggplot() + geom_polyg...
asked by 27.06.2018 / 01:28
1
answer

How to insert a caption on a map in R (with the RColorBrewer package)?

I did a fictitious k-means cluster analysis. I want to create a caption (cluster1, cluster2 and cluster3), which is represented by the variable "kmeans" (clusters formed). I do not know if it would be possible to enter a scale. If possible, how?...
asked by 17.07.2018 / 05:23
1
answer

Error opening map in bootstrap modal

I have this function that receives the variables and mounts the map. It simply stopped working and the error appears in the console --- index.php: 196 Uncaught ReferenceError: $ is not defined <!DOCTYPE html> <html> <hea...
asked by 31.07.2017 / 14:27
1
answer

D3.js shows nothing on the screen

I'm trying to use D3.js but I can not. I have the code below, but it does not print the map of Brazil. The screen does not show any errors, what could it be? my file "meso.json" is in topojSON format but it transforms the topojSON into GeoJson a...
asked by 30.11.2016 / 18:32
0
answers

How do I add a WFS layer created in Geoserver on my map made using OpenLayers? [closed]

I'm a bit of a layman on the subject of maps because I'm studying shortly, but my problem is this. I have a table created in PostGIS , with coordinates and data. I've integrated it with Geoserver to use on the map, but I can only run...
asked by 05.11.2018 / 14:30
0
answers

How to make a map of Brazil

I'm trying to map the R for the first time. I've done all the necessary process with the data and I'm following the instructions of an available script here but it does not recognize the" longest "object. Can you help? The script looks l...
asked by 12.12.2017 / 23:31
0
answers

Web Application Mapping

Hello, I would like to know if they know any Open-Source tool to do the mapping of Web applications, I do not know what the name is for this type of application. Basically what I want to know about the applications is: 1 - What are the web serve...
asked by 25.06.2018 / 19:30
0
answers

Google Maps, remote server does not respond

Person, I'm working with geolocation, and I'm using a class to receive data from my remote server, such as lat, lng, until then it was working but I do not know what happened that my application stopped receiving the positions registered in the...
asked by 16.03.2018 / 15:23
1
answer

PHP: location map of users through IP with geolocation [duplicate]

Good Night, I have in my company's database with several IP addresses (in historical format) and the current IP of the user that accesses my site. I would like to know if I can with this data mount a map of the access, showing which countri...
asked by 10.03.2018 / 03:00