Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When using vl-geom-line-string or vl-geom-multi-line-string the map tiles arent loaded correcty anymore. #521

Closed
basbroens opened this issue Sep 28, 2022 · 2 comments
Labels

Comments

@basbroens
Copy link

When using vl-geom-line-string or vl-geom-multi-line-string the map tiles arent loaded correcty anymore.

Is there a way to fix this?

my code:

` <vl-map ref="map" :update-while-animating="true" :update-while-interacting="true" :max-tiles-loading="100" :default-interactions="{doubleClickZoom:false}" @DBLClick="newMarkerOpen($event)" data-projection="EPSG:4326">

                    <vl-view :zoom.sync="mapZoom" :center.sync="mapCenter"></vl-view>
                    <vl-layer-tile  id="osm">
                        <vl-source-osm></vl-source-osm>
                    </vl-layer-tile>

                        <vl-feature v-if="item.history && item.history.length" v-for="(item,key) in history">
                            <vl-geom-multi-line-string :id="'line'+key"  :coordinates="item.history" />
                            <vl-style>
                                <vl-style-stroke line-join="bevel" :line-dash="[10, 10]" :width="4" :color="getColor(item.name)" />
                            </vl-style>
                        </vl-feature>

`

Capture

@ghettovoice
Copy link
Owner

Hello @basbroens ,
which version of vuelayers do you use?
With v0.12 I don't see any problems using line string geometries.
Do you sure it is not some network problems?

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Oct 31, 2022
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants