Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
[submodule "ios-for-here"]
path = ios-for-here
url = git@github.com:MapConductor/ios-for-here.git
[submodule "ios-geojson-layer"]
path = ios-geojson-layer
url = git@github.com:MapConductor/ios-geojson-layer.git
[submodule "ios-geojson"]
path = ios-geojson
url = git@github.com:MapConductor/ios-geojson.git
[submodule "ios-for-maptiler"]
path = ios-for-maptiler
url = git@github.com:MapConductor/ios-for-maptiler.git
Expand Down
4 changes: 2 additions & 2 deletions README.es-419.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ dependencies: [
// Paquetes de funciones opcionales
.package(url: "https://github.com/MapConductor/ios-heatmap", from: "1.0.3"),
.package(url: "https://github.com/MapConductor/ios-marker-clustering", from: "1.0.2"),
.package(url: "https://github.com/MapConductor/ios-geojson-layer", from: "1.0.0"),
.package(url: "https://github.com/MapConductor/ios-geojson", from: "1.0.0"),
],
```

Expand Down Expand Up @@ -331,7 +331,7 @@ Aún se requiere una configuración específica por proveedor, pero la interfaz
| `ios-for-maplibre` | `mapconductor-for-maplibre` | `MapConductorForMapLibre` | Implementación del proveedor MapLibre |
| `ios-heatmap` | `mapconductor-heatmap` | `MapConductorHeatmap` | Superposición de mapa de calor independiente del proveedor |
| `ios-marker-clustering` | `mapconductor-marker-clustering` | `MapConductorMarkerClustering` | Soporte de agrupamiento de marcadores |
| `ios-geojson-layer` | `mapconductor-geojson-layer` | `MapConductorGeoJSONLayer` | Soporte de capas GeoJSON |
| `ios-geojson` | `mapconductor-geojson` | `MapConductorGeoJSON` | Soporte de capas GeoJSON |

---

Expand Down
4 changes: 2 additions & 2 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ dependencies: [
// オプションの機能パッケージ
.package(url: "https://github.com/MapConductor/ios-heatmap", from: "1.0.3"),
.package(url: "https://github.com/MapConductor/ios-marker-clustering", from: "1.0.2"),
.package(url: "https://github.com/MapConductor/ios-geojson-layer", from: "1.0.0"),
.package(url: "https://github.com/MapConductor/ios-geojson", from: "1.0.0"),
],
```

Expand Down Expand Up @@ -189,7 +189,7 @@ MapLibreMapView(state: maplibreState) { /* overlays */ }
| https://github.com/MapConductor/ios-for-maplibre | MapLibreプロバイダー実装 |
| https://github.com/MapConductor/ios-heatmap | プロバイダーに依存しないヒートマップオーバーレイ |
| https://github.com/MapConductor/ios-marker-clustering | マーカークラスタリングのサポート |
| https://github.com/MapConductor/ios-geojson-layer | GeoJSONレイヤーのサポート |
| https://github.com/MapConductor/ios-geojson | GeoJSONレイヤーのサポート |

---

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ dependencies: [
// Optional feature packages
.package(url: "https://github.com/MapConductor/ios-heatmap", from: "1.0.3"),
.package(url: "https://github.com/MapConductor/ios-marker-clustering", from: "1.0.2"),
.package(url: "https://github.com/MapConductor/ios-geojson-layer", from: "1.0.0"),
.package(url: "https://github.com/MapConductor/ios-geojson", from: "1.0.0"),
],
```

Expand Down Expand Up @@ -210,7 +210,7 @@ Provider-specific setup is still required, but your application-level map UI can
| `ios-for-maplibre` | `mapconductor-for-maplibre` | `MapConductorForMapLibre` | MapLibre provider implementation |
| `ios-heatmap` | `mapconductor-heatmap` | `MapConductorHeatmap` | Provider-independent heatmap overlay |
| `ios-marker-clustering` | `mapconductor-marker-clustering` | `MapConductorMarkerClustering` | Marker clustering support |
| `ios-geojson-layer` | `mapconductor-geojson-layer` | `MapConductorGeoJSONLayer` | GeoJSON layer support |
| `ios-geojson` | `mapconductor-geojson` | `MapConductorGeoJSON` | GeoJSON layer support |

---

Expand Down
2 changes: 1 addition & 1 deletion ios-for-arcgis
2 changes: 1 addition & 1 deletion ios-for-googlemaps
2 changes: 1 addition & 1 deletion ios-for-here
2 changes: 1 addition & 1 deletion ios-for-longdo
2 changes: 1 addition & 1 deletion ios-for-mapbox
2 changes: 1 addition & 1 deletion ios-for-mapkit
2 changes: 1 addition & 1 deletion ios-for-maplibre
2 changes: 1 addition & 1 deletion ios-for-maptiler
2 changes: 1 addition & 1 deletion ios-for-template
2 changes: 1 addition & 1 deletion ios-for-tomtom
1 change: 1 addition & 0 deletions ios-geojson
Submodule ios-geojson added at 716ed4
1 change: 0 additions & 1 deletion ios-geojson-layer
Submodule ios-geojson-layer deleted from 7b1493
2 changes: 1 addition & 1 deletion ios-heatmap
2 changes: 1 addition & 1 deletion ios-icons
2 changes: 1 addition & 1 deletion ios-kml
2 changes: 1 addition & 1 deletion ios-marker-clustering
2 changes: 1 addition & 1 deletion ios-sdk-core
6 changes: 3 additions & 3 deletions samples/MapConductorSampleApp/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ packages:
path: ../../ios-for-here
ios-heatmap:
path: ../../ios-heatmap
ios-geojson-layer:
path: ../../ios-geojson-layer
ios-geojson:
path: ../../ios-geojson
ios-kml:
path: ../../ios-kml
ios-marker-clustering:
Expand Down Expand Up @@ -111,7 +111,7 @@ targets:
product: MapConductorForMappls
- package: ios-heatmap
product: MapConductorHeatmap
- package: ios-geojson-layer
- package: ios-geojson
product: MapConductorGeoJSON
- package: ios-kml
product: MapConductorKML
Expand Down
4 changes: 2 additions & 2 deletions scripts/api-surface.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ MODULES=(
# (android 側は :android-for-template:apiCheck が同じ役目を持つ)。
"ios-for-template:MapConductorForTemplate"
"ios-for-tomtom:MapConductorForTomTom"
"ios-geojson-layer:MapConductorGeoJSON"
"ios-geojson:MapConductorGeoJSON"
"ios-heatmap:MapConductorHeatmap"
"ios-kml:MapConductorKML"
"ios-icons:MapConductorIcons"
Expand Down Expand Up @@ -154,7 +154,7 @@ run() {
;;
check)
if [ ! -f "$baseline" ]; then
echo " ! ベースラインがありません: $baseline(先に dump が必要)" >&2
echo " ! ベースラインがありません: ${baseline}(先に dump が必要)" >&2
failed=1
continue
fi
Expand Down
Loading