Skip to main content

Questions tagged [mapview]

The tag has no usage guidance.

mapview
0 votes
0 answers
207 views

MapViewDirections rerendering issue

ok so i have a page in react native that has a mapview and i am displaying the current location of the user and the destination of the user, at first the user's position on the map didn't move if the ...
Curtis Crentsil's user avatar
0 votes
1 answer
48 views

Stacking Different View in React-Native Failed

I am attempting to implement a page in react-native with a Map component on the botton, and I am also trying to put a overlapping scroll view on top of the Map view without influencing the ...
totalnoob's user avatar
1 vote
1 answer
113 views

manually fixing colors in the map

The data is: d.fit.spatial.1914 <- structure(list(country = c("Albania", "Austria", "Belgium", "Netherlands", "Poland", &...
Rustam's user avatar
  • 177
0 votes
1 answer
82 views

How can I replace the standard marker with canvas circles on MapView in Kivy?

I want to replace the standard marker of the MapMarkerPopup with a transparent pixel image. Instead I want to draw circles which are shown on the coordinates loaded from a CSV file (in this example ...
jan h's user avatar
  • 5
1 vote
1 answer
56 views

Why tmap invokes R device in t_map_mode("view")

I am trying tmap for the first time and while making some maps on "view" mode the R graphics device pops up everytime I attempt to make an interactive plot. For instance: library(tmap) ...
Salvador's user avatar
  • 1,467
0 votes
1 answer
204 views

Placing a mapmarker by klick results in setting the marker on acorner of the map-window

I want to set markers on the map by clicking on it. When I click a marker is set. However, the marker is placed on the left lower corner of the map. What am I doing wrong? from kivymd.app import MDApp ...
jan h's user avatar
  • 5
0 votes
2 answers
157 views

subset raster to separate two classes

I have a raster that is too large to post here but can be downloaded from here: https://login.filesanywhere.com/fs/v.aspx?v=8c6c688b586472bcab6a . When I plot it I see a mix of water and land. I would ...
Salvador's user avatar
  • 1,467
0 votes
1 answer
368 views

Add the names of the polygons all the time in Mapview R?

I am using mapview in R to plot maps. I have more tha 100 polygons and I want to show them on the map with the names on it every time. But I couldn’t find a solution to this issue. Any idea? mp<-...
searchandprint's user avatar
0 votes
1 answer
101 views

ERROR Warning: React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components)

I'm trying to test the Geojson library but I'm stuck on this error. I am sent below my app.js and package.json codes that was copied from this repository. App.js import React from 'react'; import ...
Danilo Miguel's user avatar
1 vote
0 answers
153 views

Android app crashes while loading an arcGIS map

I'm creating an android app, and I just want to load a map from my arcGIS online. Here's the MainActivity class: public class MainActivity extends AppCompatActivity { private MapView mMapView; ...
MrDoctor's user avatar
0 votes
1 answer
391 views

Map view function in R to add two shapefiles

What i am doing: I have two set of data sets one is Shapefile at county level for china and other is csv file which has some value against most of the county. I performed join between these two to ...
Raj's user avatar
  • 65
0 votes
1 answer
247 views

How can I plot a map using ggplot2 that includes the latitude and longitude of the data?

I have data that includes the longitude and latitude of certain locations in Arizona however its over 9000 observations and ggplot2 keeps giving me "Error in st_as_sf.data.frame(data, coords = c(...
Irving C.'s user avatar
0 votes
1 answer
104 views

MapView zoom causes the map to be obscured

I have a problem with the python mapview library: kivy_garden.mapview: if I insert the zoom in the variable map = MapView(zoom=7) the map is completely obscured by a blue color as below you can see ...
ocidref11's user avatar
0 votes
1 answer
295 views

How to change latitude/longitude delta mapview expo react native

WHen i open my react native expo app my mapview is on my location: initialRegion={{ latitude: Number(userProfil.latitude), longitude: Number(userProfil.longitude), ...
Arnaud P's user avatar
  • 117
0 votes
1 answer
258 views

MapView does not show user current location

I was trying to display my current location into a Swiftui MapView. To do so, I created the following class: import SwiftUI import CoreLocation import Combine class LocationManager: NSObject, ...
Daniel C's user avatar
  • 113

15 30 50 per page