Skip to main content

Questions tagged [mapview]

The tag has no usage guidance.

mapview
0 votes
2 answers
27 views

Display Text over MapView without Redrawing MapView when Overlayed Text Changes

I have a <MapView /> next to some position: absolute Views with Text in them. In the MapView, I have a <Circle /> within it to mark an area within the map. I have information like the user'...
Apoptosome's user avatar
0 votes
0 answers
23 views

MapView In react native keeps coming up with a web bundling error?

new to all this but im having problems with using MapView in my react native app i keep getting a web bundling failed when i add the import map view, any help will be appreciated here is my code and ...
dan lea's user avatar
0 votes
0 answers
12 views

How to edit the clickable popup in R-Map

I made a map using mapview. When you click on a point on the map, you get a popup with the details of that observation. However, not all the 8 columns in the popup are relevant to the map's target ...
Eva's user avatar
  • 1
0 votes
0 answers
21 views

MapView Marker React Native Expo

Error Type '{ coordinate: { latitude: number; longitude: number; }; image: { uri: string; }; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly'. Property ...
Beanz's user avatar
  • 1
0 votes
1 answer
31 views

Red bubbles inside a MapView in kivymd

I'm making an application that uses a map, but when I zoom in or zoom out, orange bubbles appear on the map that I don't know how to disable. Also, when I switch to another window, the dots remain. ...
Batman Dorado's user avatar
0 votes
0 answers
36 views

Fitting a Long Legend Within Mapview

I like what mapview outputs but can't really use it with with the burst option (seems to make legend interactive and zooms to group on click) as there's no way to adjust the scale of the legend. Is ...
eMosso's user avatar
  • 1
0 votes
0 answers
23 views

Can I load basemap without center or set view in map initialization

I have the center coming from a different layer, however, that layer is loading slowly so initially you see a blank map container.so, I want the basemap to be visible. view.map = L.map('map_' + mapId, ...
Asm's user avatar
  • 1
0 votes
1 answer
51 views

How to render a mapview output in PDF with knits?

I'm rendering a PDF with mapview. However, the output seems that it was too fast at getting a screenshot of the map and is not rendering it properly. --- title: "test" output: pdf_document:...
M. Beausoleil's user avatar
2 votes
1 answer
140 views

Combine Multilinestring into one line string to generate regular spaced points using sf

I'm trying to generate random points on a linestring using SF. However, the data is multilinestring and st_line_sample requires linestring. So I'd like to make the multilinestring into only one ...
M. Beausoleil's user avatar
1 vote
1 answer
80 views

How to show only downloaded map tiles and not the default Apple/Google maps with MapView library in Expo/React-Native

I am displaying a map view in my react native app like this, using the MapView library. <View style={styles.container}> <MapView region={region} style={styles.map}> <UrlTile ...
anonymous2343's user avatar
0 votes
0 answers
24 views

Change MapView padding (to avoid being hidden under a bottom sheet)

I'm showing a bottom sheet on top of MapView. I want to push the map center, and apply bottom padding to MapView according to bottom sheet height. Any thoughts on how to do that?
Soheib Bettahar's user avatar
0 votes
0 answers
108 views

Cannot navigate to view from mapview calloutAccessoryControlTapped delegate method

When user taps on mapview annotation rightCalloutAccessoryView disclosure button, I want to navigate to another view struct ProfileMapView: View { var body: some View { NavigationView { ...
vrao's user avatar
  • 563
0 votes
0 answers
40 views

Argument passed to call that takes no arguments SwiftUI for MapView

I am passing an argument locationPins into MyMapView as a Binding and then again pass locationPins to MapView as another Binding. But when I pass it to MapView as an argument I get error: "...
vrao's user avatar
  • 563
0 votes
0 answers
24 views

I'm stuck with kivy's mapmarkerpopup function, can anyone help me?

At the moment I'm having problems displaying a marker to insert on the map although the code from IDE does not give errors of any kind, it displays the map but not the marker. This is the python code: ...
Mario Rossi's user avatar
0 votes
0 answers
61 views

Error while accessing core data inside Mapview SwiftUI

I have MapView working for a single Marker. I want to access core data entity and based on the number of items it consists of, I want to create corresponding number of Markers. So inside MapView I ...
vrao's user avatar
  • 563

15 30 50 per page
1
2 3 4 5 6