Questions tagged [openseamap]

OpenSeaMap is a software project collecting freely usable nautical information and geospatial data to create a worldwide nautical chart. This chart is available on the OpenSeaMap website, and can also be downloaded for use as an electronic chart for offline applications.

OpenSeaMap is a software project collecting freely usable nautical information and geospatial data to create a worldwide nautical chart. This chart is available on the OpenSeaMap website, and can also be downloaded for use as an electronic chart for offline applications.

14 questions
6
votes
2 answers

Openseamap on Google Maps - adding marine profile layer as default

I am trying to do some personal project which I am trying to add marine layer on google maps. So decided to go with free osm option. I want to add marine profile and ais layers as default layer on seamark. So far semarks layer osm on google maps is…
user8586307
2
votes
1 answer

Leaflet Map with Cities in English in R

I am working on a Shiny application where I am required to plot positions of ships on a map. Currently I am using leaflet and the OpenSeaMap as the base layer on which I am plotting the positions (addProviderTiles(providers$OpenSeaMap)). However,…
Dhiraj
  • 1,650
  • 1
  • 18
  • 44
2
votes
0 answers

Openseamap on Google Maps Wms Error for Gebco Depth Layer

I am trying to put some OSM based layers on Google Maps. The project name is openseamap. So far it works fine until zoom 8. But after zoom 8 I am getting 400 error which says "400: X,Y values for the tile index were calculated to be…
1
vote
1 answer

How to fetch seamarks with Overpass API?

I have currently managed to fetch seamarks:type=harbours with XAPI but I found out that XAPI is outdated now and it is better to use Overpass API. My problem is I have no idea how to convert my search from XAPI to Overpass API. This is my XAPI…
Fiphe
  • 320
  • 3
  • 18
1
vote
0 answers

vuejs, leaflet, tile and openseamap - openstreetmap

I'm implementing a frontend application using vuejs, I'm relatively new in that and I need to make a single page to show a sea map and markers on it. I'm using OpenStreetMap at this time and it works with vue2-leaflet, going around on the web I…
1
vote
1 answer

how to get openseamarks_data ( bouys,beacons,fisheries,oil rigs,harbours etc) to render in geoserver?

I have been trying to render and display seamarks in any format in geoserver, but have not been able to get the source data to upload.I have browsed into websites like Mapzen,Geofabrick,Gebco ,openstreetmaps etc.The site that helped me was…
student
  • 21
  • 1
1
vote
0 answers

Where did Mapsforge mapgenerator go?

In MapsForge there was a MapGenerator class (At least in version 0.3) that was being used in an GitHub application: android-ais-openseamap-plotter which I use for reference. I am now using the new MapsForge 0.52 and am unable to find the…
CaptainNemo
  • 1,532
  • 2
  • 22
  • 45
1
vote
0 answers

OpenLayer3 - ScaleLine does not show 'nautical'

I'm using OpenLayer3 to show a map including a ScaleLine beside other controls. Unfortunately I'm able to use all possible scale-line-units('degrees', 'imperial', 'metric', 'us') but I can't show ('nautical'). I would like to get a hint, what I have…
1
vote
1 answer

Integrating OpenSeaMap into Android application

I successfully integrated OpenStreetMap into my Android application using osmdroid and decided to try my hand at using OpenSeaMap as the map tile provider (the application is ocean-focussed). Following the instructions outlined here for…
BrantApps
  • 6,362
  • 2
  • 27
  • 60
0
votes
1 answer

Desktop map app with Qt/c++ and openseemap

I have to write a desktop map application using c++ and openseamap. Right now I am looking for a GUI library for this. I thought I could use qt5 for this, but I can't be sure before the start I must make sure that ı can use qt and openseamap…
ozan
  • 3
  • 2
0
votes
0 answers

Configure openseamap Tile Layer

I am using Leaflet with AngularJS through angular-leaflet-directive and I want to configure openseamap Tile Layer. How can I do this? I tried to replace openstreetmap URL with opensea map but it did not work. layers: { baselayers: { …
rajmohan
  • 1,618
  • 1
  • 15
  • 36
0
votes
1 answer

OpenSeaMap tiles not getting loaded in R

I am trying to load OpenSeaMap as a provider tile in leaflet in R. leaflet() %>% addProviderTiles(providers$OpenSeaMap) %>% addMarkers(lng = df$Lon, lat=df$Lat, …
Dhiraj
  • 1,650
  • 1
  • 18
  • 44
0
votes
0 answers

Simplify shapefile by joining LineString segments with Python3

I have a project that compares shapefiles with JSON files containing geographical data retrieved from OpenStreetMap via Overpass API. The problem is that comparing data takes a long time when I get a lot of objects, and for some of the cities I have…
0
votes
1 answer

Integrating OpenSeaMap into GWT OpenLayers

I am having trouble integrating OpenSeaMap into GWT application. I have followed their example and example of GWT-OpenLayers TMS. Here is my code: private void initMap(MapView map) { TMSOptions seamarkOptions = new TMSOptions(); …
vitalidze
  • 1,052
  • 1
  • 10
  • 16