Skip to content

Commit ffbd4a6

Browse files
committed
Replaced Google Maps with OpenLayers 7. Ported all the functionality except for bounding box-based feature loading. Implemented a new transformation to get intermediary GeoJSON data.
1 parent 380bfda commit ffbd4a6

File tree

17 files changed

+452
-3252
lines changed

17 files changed

+452
-3252
lines changed

generate-sef.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ find ./target/ROOT/static/com/atomgraph -type f -name "*.xsl" -exec sh -c 'xmls
88

99
# compile client.xsl to SEF. The output path is mounted in docker-compose.override.yml
1010

11-
npx xslt3 -t -xsl:./target/ROOT/static/com/atomgraph/linkeddatahub/xsl/client.xsl -export:./target/ROOT/static/com/atomgraph/linkeddatahub/xsl/client.xsl.sef.json -nogo -ns:##html5
11+
npx xslt3 -t -xsl:./target/ROOT/static/com/atomgraph/linkeddatahub/xsl/client.xsl -export:./target/ROOT/static/com/atomgraph/linkeddatahub/xsl/client.xsl.sef.json -nogo -ns:##html5 -relocate:on

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@
366366
</goals>
367367
<phase>package</phase>
368368
<configuration>
369-
<arguments>xslt3 -t -xsl:${project.build.directory}/${build.warName}${saxon-js.stylesheet} -export:${project.build.directory}/${build.warName}${saxon-js.stylesheet}.sef.json -nogo -ns:##html5</arguments>
369+
<arguments>xslt3 -t -xsl:${project.build.directory}/${build.warName}${saxon-js.stylesheet} -export:${project.build.directory}/${build.warName}${saxon-js.stylesheet}.sef.json -nogo -ns:##html5 -relocate:on</arguments>
370370
</configuration>
371371
</execution>
372372
</executions>

src/main/java/com/atomgraph/linkeddatahub/resource/Importer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
import org.slf4j.LoggerFactory;
5555

5656
/**
57-
* JAX-RS endpoint that handles CSV data imports.
57+
* JAX-RS endpoint that handles CSV and RDF data imports.
5858
*
5959
* @author Martynas Jusevičius {@literal <[email protected]>}
6060
*/

src/main/webapp/static/com/atomgraph/linkeddatahub/css/bootstrap.css

+4-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/webapp/static/com/atomgraph/linkeddatahub/css/ol.css

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/webapp/static/com/atomgraph/linkeddatahub/css/ol.css.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)