File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " vue3-openlayers" ,
3- "version" : " 0.1.59 " ,
3+ "version" : " 0.1.60 " ,
44 "description" : " Openlayers Wrapper for Vue3" ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change 128128
129129 </ol-animated-clusterlayer >
130130
131- <ol-overlay :position =" selectedCityPosition" v-if =" selectedCityName !='' && !drawEnable" >
131+ <ol-overlay :position =" selectedCityPosition" v-if =" selectedCityName !='' && !drawEnable" positioning = " bottom-right " >
132132 <template v-slot =" slotProps " >
133133 <div class =" overlay-content" >
134134 {{selectedCityName}} {{slotProps}}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export default {
2626 type: Array
2727 },
2828 positioning: {
29- type: Array
29+ type: String
3030 },
3131 stopEvent: {
3232 type: Boolean ,
You can’t perform that action at this time.
0 commit comments