nova-map-marker-field icon indicating copy to clipboard operation
nova-map-marker-field copied to clipboard

Provides an visual interface for editing latitude and longitude coordinates.

Results 18 nova-map-marker-field issues
Sort by recently updated
recently updated
newest added

Hi, Please add support for Nova 4

help wanted

Can you add a maxZoom param? The leaflet default is 18, which is not great.

bug

Currently I can allow nullable with ``` MapMarker::make('Location') ->latitude('lat') ->longitude('lng') ->nullable() ->nullValues([0]) ``` But if the map is moved at all it's impossible to re-nullify it, can we get a...

enhancement

Hi. Very nice package, thank you! I find some issue with Map field, while use Nova tabs inside my resource. For tabs I use **"eminiarts/nova-tabs": "1.2.2"** ![image](https://user-images.githubusercontent.com/30542757/73811230-23be5780-4803-11ea-8e87-c036b8a76627.png) If I use...

bug

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to edit resource 2. Click on 'zoom map...

bug

**Describe the bug** With Safari I can't input value in the search bar. **To Reproduce** Steps to reproduce the behavior: 1. Go to a field created with nova map marker...

bug

**Describe the bug** When I submit a search into map search bar, the first time the map gets refreshed. If I submit another search without clearing the bar with the...

bug

**Describe the bug** During the search on map, response gives CORS error. On AWS (amazonaws.com) and localhost as well. **To Reproduce** Steps to reproduce the behavior: 1. Go to map...

bug

https://github.com/GeneaLabs/nova-map-marker-field/blob/master/resources/js/components/DetailField.vue#L21 If you are using a different path for public assets the pins on the map is not rendered Please change this to use the laravel asset() or mix() global...

bug

```php MapMarker::make("Location") ->latitude('latitude') ->longitude('longitude')->searchProvider('openstreetmap'), ``` ** ![image](https://user-images.githubusercontent.com/36725313/72156639-53ba3c80-33b6-11ea-8321-0d3b0b254c44.png) ** It was working yesterday as well but now doesn't work

question