Skip to content

Commit

Permalink
Fix alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevelito committed Jan 17, 2025
1 parent dd1c7c3 commit f381006
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions spec/dummy/app/avo/resources/city.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ class Avo::Resources::City < Avo::BaseResource
def base_fields
field :id, as: :id
field :coordinates,
as: :location,
stored_as: [:latitude, :longitude],
mapkick_options: {
style: "mapbox://styles/mapbox/satellite-v9",
controls: true,
markers: {color: "#000"}
}
as: :location,
stored_as: [:latitude, :longitude],
mapkick_options: {
style: "mapbox://styles/mapbox/satellite-v9",
controls: true,
markers: {color: "#FFC0CB"}
}
field :city_center_area,
as: :area,
geometry: :polygon,
Expand Down

0 comments on commit f381006

Please sign in to comment.